/* ---------------------------- VARIABLE CSS ---------------------------- */
:root {
  --yellow: #f0b801;
  --themecolor: #f0b801;
  --white: #fff;
  --black: #000000;
  --primary: #32383c;
  --bg_grey: #303030;
  --light: light;
  --weight: normal;
  --bold: bold;
  --semibold: 600;
  --medium: 400;
  --body-font-family: "Roboto";
  --light-bg: #f8f8f8;
}

/* ---------------------------- VARIABLE CSS ---------------------------- */
