@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap');

:root {
  /* Typography */
  --font-main: "League Spartan", Sans-serif;

  /* Brand Colors */
  --blue-primary: #336599;
  --blue-dark: #004F8B;
  --green-primary: #86bf58;
  --green-secondary: #7ED957;
  --green-hover: #44602c;
  --green-light: #BBD035;

  /* Grayscale / Neutrals */
  --white: #ffffff;
  --grey-light: #f0f0f0;
  --grey-bg: #e6e6e6;
  --grey-border: #ccc;

  /* Shadows */
  --shadow-soft: 0 0 100px rgba(0, 0, 0, 0.05);
  --shadow-button: 10px rgba(0, 0, 0, 0.05);
  --shadow-strong: 2px 2px 5px rgba(0, 0, 0, 0.599);

  /* Spinner */
  --spinner-border: #f3f3f3;

  /* Burger Menu */
  --burger-blue: #38B6FF;
  --burger-border: #ffffff;

}