:root {
  /* --bg: #E2EAFF; */
  --bg: #f2f2f2;
  --main: #1a3b86;
  --main-light: #d6eedd;
  --primary: #000;
  --secondary: #fff;
  --light: #f3f3f3;
  --light-dark: #adadad;
  --text-primary: #1f1f1f;
  --text-secondary: #52525b;
  --text-tertiary: #9ca3af;
  --text-dark: #1e2254;
  --border: #0000001a;
  --green: #009400;
  --red: #dc2626;
  --orange: #d04808;
  --blue: #5563e6;
  --yellow: #ffd43d;
  --box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
  --transition: 0.5s ease-in-out;

  /* Font */
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Bebas Neue", sans-serif;
  --tertiary-font: "Josefin Sans", sans-serif;
  --fourth-font: "Outfit", sans-serif;
  --fw-ms: 300;
  --fw-sm: 400;
  --fw-md: 500;
  --fw-lg: 600;
  --fw-xl: 700;
  --fw-xxl: 800;
  --fw-xxxl: 900;
}
