/* Site developed and built by sitethreesixty.com */
/* https://www.sitethreesixty.com */

/* ==========================================================================
   TYPOGRAPHY TOKENS
   Font families, sizes, weights, and line heights.
   ========================================================================== */

:root {
  /* --------------------------------------------------------------------------
     FONT FAMILIES
     -------------------------------------------------------------------------- */

  --font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'SF Mono', Monaco, 'Courier New', monospace;

  /* --------------------------------------------------------------------------
     FONT SIZES
     Using a modular scale (1.25 ratio)
     -------------------------------------------------------------------------- */

  --text-xs: 0.75rem;     /* 12px */
  --text-sm: 0.875rem;    /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-lg: 1.125rem;    /* 18px */
  --text-xl: 1.25rem;     /* 20px */
  --text-2xl: 1.5rem;     /* 24px */
  --text-3xl: 1.875rem;   /* 30px */
  --text-4xl: 2.25rem;    /* 36px */
  --text-5xl: 3rem;       /* 48px */
  --text-6xl: 3.75rem;    /* 60px */

  /* --------------------------------------------------------------------------
     FONT WEIGHTS
     -------------------------------------------------------------------------- */

  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  /* --------------------------------------------------------------------------
     LINE HEIGHTS
     -------------------------------------------------------------------------- */

  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;

  /* --------------------------------------------------------------------------
     LETTER SPACING
     -------------------------------------------------------------------------- */

  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
}

/* Site developed and built by sitethreesixty.com */
/* https://www.sitethreesixty.com */
