/* Gaskins Lawn Care — Typography tokens */

:root {
  /* Families */
  --font-display: 'Anton', 'Oswald', 'Arial Narrow', sans-serif;   /* impact headline */
  --font-brush:   'Permanent Marker', 'Comic Sans MS', cursive;     /* painted accent */
  --font-heading: 'Oswald', 'Arial Narrow', sans-serif;             /* condensed subheads/labels */
  --font-body:    'Barlow', system-ui, -apple-system, sans-serif;   /* body / UI */
  --font-script:  'Satisfy', 'Segoe Script', cursive;               /* signature */

  /* Type scale (rem) */
  --text-2xs: 0.6875rem;  /* 11px */
  --text-xs:  0.75rem;    /* 12px */
  --text-sm:  0.875rem;   /* 14px */
  --text-md:  1rem;       /* 16px */
  --text-lg:  1.125rem;   /* 18px */
  --text-xl:  1.375rem;   /* 22px */
  --text-2xl: 1.75rem;    /* 28px */
  --text-3xl: 2.25rem;    /* 36px */
  --text-4xl: 3rem;       /* 48px */
  --text-5xl: 4rem;       /* 64px */
  --text-6xl: 5.5rem;     /* 88px */

  /* Weights */
  --weight-regular: 400;
  --weight-medium:  500;
  --weight-semibold:600;
  --weight-bold:    700;

  /* Line heights */
  --leading-tight:  1.02;
  --leading-snug:   1.18;
  --leading-normal: 1.5;
  --leading-relaxed:1.65;

  /* Tracking */
  --tracking-tight:  -0.01em;
  --tracking-normal: 0em;
  --tracking-wide:   0.04em;
  --tracking-wider:  0.10em;
  --tracking-widest: 0.20em;   /* spaced caps ("OWNER") */
}
