/* Font Size *
 *********************/

/* prettier-ignore */
@theme {
  /* REM Values */
  --text-1: 0.625rem;   /* 10px */
  --text-2: 0.6875rem;  /* 11px */
  --text-3: 0.75rem;    /* 12px */
  --text-4: 0.8125rem;  /* 13px */
  --text-5: 0.875rem;   /* 14px */
  --text-6: 0.9375rem;  /* 15px */
  --text-7: 1rem;       /* 16px */
  --text-8: 1.125rem;   /* 18px */
  --text-9: 1.3125rem;  /* 21px */
  --text-10: 1.5rem;    /* 24px */
  --text-11: 1.75rem;   /* 28px */
  --text-12: 2rem;      /* 32px */
  --text-13: 2.25rem;   /* 36px */
  --text-14: 2.625rem;  /* 42px */
  --text-15: 3rem;      /* 48px */
  --text-16: 3.375rem;  /* 54px */
  --text-17: 3.75rem;   /* 60px */
  --text-18: 4.5rem;    /* 72px */
  --text-19: 5.25rem;   /* 84px */
  --text-20: 6rem;      /* 96px */
  --text-21: 6.75rem;   /* 108px */
  --text-22: 7.5rem;    /* 120px */

  /* EM Values */
  --text-1e: 0.625em;   /* 10px */
  --text-2e: 0.6875em;  /* 11px */
  --text-3e: 0.75em;    /* 12px */
  --text-4e: 0.8125em;  /* 13px */
  --text-5e: 0.875em;   /* 14px */
  --text-6e: 0.9375em;  /* 15px */
  --text-7e: 1em;       /* 16px */
  --text-8e: 1.125em;   /* 18px */
  --text-9e: 1.3125em;  /* 21px */
  --text-10e: 1.5em;    /* 24px */
  --text-11e: 1.75em;   /* 28px */
  --text-12e: 2em;      /* 32px */
  --text-13e: 2.25em;   /* 36px */
  --text-14e: 2.625em;  /* 42px */
  --text-15e: 3em;      /* 48px */
  --text-16e: 3.375em;  /* 54px */
  --text-17e: 3.75em;   /* 60px */
  --text-18e: 4.5em;    /* 72px */
  --text-19e: 5.25em;   /* 84px */
  --text-20e: 6em;      /* 96px */
  --text-21e: 6.75em;   /* 108px */
  --text-22e: 7.5em;    /* 120px */

  /* Multiplier Values */
  --text-1m: 0.625;   /* 10px */
  --text-2m: 0.6875;  /* 11px */
  --text-3m: 0.75;    /* 12px */
  --text-4m: 0.8125;  /* 13px */
  --text-5m: 0.875;   /* 14px */
  --text-6m: 0.9375;  /* 15px */
  --text-7m: 1;       /* 16px */
  --text-8m: 1.125;   /* 18px */
  --text-9m: 1.3125;  /* 21px */
  --text-10m: 1.5;    /* 24px */
  --text-11m: 1.75;   /* 28px */
  --text-12m: 2;      /* 32px */
  --text-13m: 2.25;   /* 36px */
  --text-14m: 2.625;  /* 42px */
  --text-15m: 3;      /* 48px */
  --text-16m: 3.375;  /* 54px */
  --text-17m: 3.75;   /* 60px */
  --text-18m: 4.5;    /* 72px */
  --text-19m: 5.25;   /* 84px */
  --text-20m: 6;      /* 96px */
  --text-21m: 6.75;   /* 108px */
  --text-22m: 7.5;    /* 120px */

}

/* Font weights *
 *********************/
@theme {
  --font-weight-100: 100;
  --font-weight-125: 125;
  --font-weight-150: 150;
  --font-weight-175: 175;
  --font-weight-200: 200;
  --font-weight-225: 225;
  --font-weight-250: 250;
  --font-weight-275: 275;
  --font-weight-300: 300;
  --font-weight-325: 325;
  --font-weight-350: 350;
  --font-weight-375: 375;
  --font-weight-400: 400;
  --font-weight-425: 425;
  --font-weight-450: 450;
  --font-weight-475: 475;
  --font-weight-500: 500;
  --font-weight-525: 525;
  --font-weight-550: 550;
  --font-weight-575: 575;
  --font-weight-600: 600;
  --font-weight-625: 625;
  --font-weight-650: 650;
  --font-weight-675: 675;
  --font-weight-700: 700;
  --font-weight-725: 725;
  --font-weight-750: 750;
  --font-weight-775: 775;
  --font-weight-800: 800;
  --font-weight-825: 825;
  --font-weight-850: 850;
  --font-weight-875: 875;
  --font-weight-900: 900;
}
