:root {
  --red: #d62323;
  --yellow: #ffde59;
  --black: #000;
  --near-black: #111;
  --dark: #333;
  --gray: #7a7a7a;
  --light-gray: #a6a6a6;
  --white: #fff;
  --bg: #eee;

  --font-roboto: 'Roboto', system-ui, sans-serif;
  --font-poppins: 'Poppins', system-ui, sans-serif;
  --font-montserrat: 'Montserrat', system-ui, sans-serif;
}
