/* Bugatti Marble Typography Tokens */
:root {
  /* Font stacks — substitute webfonts first (see tokens/fonts.css), then fallbacks */
  --font-display: "Saira Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-text: "Cormorant Garamond", Garamond, "Times New Roman", serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", "Cascadia Mono", monospace;

  /* Display sizes - all uppercase, weight 400 */
  --type-display-xl-size: 64px;
  --type-display-xl-weight: 400;
  --type-display-xl-line: 1.1;
  --type-display-xl-tracking: 4px;

  --type-display-lg-size: 48px;
  --type-display-lg-weight: 400;
  --type-display-lg-line: 1.15;
  --type-display-lg-tracking: 3px;

  --type-display-md-size: 32px;
  --type-display-md-weight: 400;
  --type-display-md-line: 1.2;
  --type-display-md-tracking: 2px;

  --type-display-sm-size: 24px;
  --type-display-sm-weight: 400;
  --type-display-sm-line: 1.3;
  --type-display-sm-tracking: 1.5px;

  --type-wordmark-size: 14px;
  --type-wordmark-weight: 400;
  --type-wordmark-line: 1;
  --type-wordmark-tracking: 6px;

  --type-title-md-size: 20px;
  --type-title-md-weight: 400;
  --type-title-md-line: 1.3;
  --type-title-md-tracking: 1px;

  --type-title-sm-size: 16px;
  --type-title-sm-weight: 400;
  --type-title-sm-line: 1.3;
  --type-title-sm-tracking: 1.5px;

  /* Monospace uppercase (buttons, captions, nav) */
  --type-caption-uppercase-size: 11px;
  --type-caption-uppercase-weight: 400;
  --type-caption-uppercase-line: 1.4;
  --type-caption-uppercase-tracking: 2px;

  /* Body text - sentence case, serif */
  --type-body-md-size: 16px;
  --type-body-md-weight: 400;
  --type-body-md-line: 1.5;
  --type-body-md-tracking: 0;

  --type-body-sm-size: 14px;
  --type-body-sm-weight: 400;
  --type-body-sm-line: 1.5;
  --type-body-sm-tracking: 0;

  /* Button labels - monospace uppercase */
  --type-button-size: 14px;
  --type-button-weight: 400;
  --type-button-line: 1;
  --type-button-tracking: 2.5px;

  /* Nav link */
  --type-nav-link-size: 12px;
  --type-nav-link-weight: 400;
  --type-nav-link-line: 1.4;
  --type-nav-link-tracking: 2px;
}
