:root {
  /* Families (Charte: Cormorant SC display, Montserrat body) */
  --font-display: "Cormorant SC", serif;
  --font-body: "Montserrat", sans-serif;

  /* Scale */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 20px;
  --text-xl: 28px;
  --text-2xl: 40px;
  --text-3xl: 56px;

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

  /* Line heights */
  --leading-tight: 1.1;
  --leading-snug: 1.3;
  --leading-body: 1.6;

  /* Letterspacing — the wordmark and display type breathe */
  --tracking-wide: 0.08em;
  --tracking-wider: 0.18em;
}
