/* Suncastle Roofing — Typography tokens
   One family (Raleway). Headings are uppercase with wide tracking;
   section eyebrows use very wide letter-spacing (the brand's signature). */
:root {
  --font-display: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Raleway', 'Helvetica Neue', Arial, sans-serif;

  /* weights */
  --fw-light: 300; /* @kind font */
  --fw-regular: 400; /* @kind font */
  --fw-medium: 500; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-bold: 700; /* @kind font */
  --fw-black: 800; /* @kind font */

  /* type scale (px) */
  --fs-eyebrow: 14px;   /* wide-tracked uppercase section label */
  --fs-caption: 13px;
  --fs-small: 15px;
  --fs-body: 17px;
  --fs-body-lg: 19px;
  --fs-h6: 18px;
  --fs-h5: 22px;
  --fs-h4: 26px;
  --fs-h3: 32px;
  --fs-h2: 42px;
  --fs-h1: 56px;
  --fs-display: 72px;

  /* line-heights */
  --lh-tight: 1.1; /* @kind font */
  --lh-heading: 1.2; /* @kind font */
  --lh-snug: 1.4; /* @kind font */
  --lh-body: 1.65; /* @kind font */

  /* letter-spacing */
  --ls-eyebrow: 0.34em; /* @kind font */
  --ls-heading: 0.04em; /* @kind font */
  --ls-tight: -0.02em; /* @kind font */
  --ls-normal: 0; /* @kind font */
}
