/*=====================================================
  root
=====================================================*/
:root {
  --base-color: white;
  --base-color-light: Gray;
  --base-color-dark: DarkGray;
  --base-color-dark02: Gray;
  --base-font-color: white;
  --border-color: DarkGray;
  --border-color-light: #Gray;
  --tabel-cell: black;
  --link: white;
  --hover: white;
  --visited: white;
  --white: black;
  --black: white;
  --red: red;
  --blue: blue;
  --green: DarkGray;
  --yellow: yellow;
  --orange: orange;
  --gray: gray;
  --darkGray: DarkGray;
  --lightGray: #CCC;
  --cream: #ffffe7;
  --recruit-base-color: white;
  --recruit-light-color: Gray;
}