/* Observed: Apple Store via Dembrandt + Playwright, 2026-09-27.
   Provenance and adaptations: output/example.com/APPLICATION.md.
   No Apple fonts or other brand assets are downloaded. */
:root {
  --apple-background: #f5f5f7;
  --apple-surface: #ffffff;
  --apple-text: #1d1d1f;
  --apple-muted: #6e6e73;
  --apple-secondary: #424245;
  --apple-link: #0066cc;
  --apple-divider: #d2d2d7;
  --apple-card-radius: 18px;
  --apple-pill-radius: 980px;
  --apple-card-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  --apple-card-padding: 28px;
  --apple-card-gap: 20px;
  --apple-space-small: 8px;
  --apple-space-medium: 16px;
  --apple-space-large: 40px;
  --apple-font-body: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --apple-font-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --apple-body-size: 17px;
  --apple-body-line: 25px;
  --apple-body-tracking: -0.022em;
  --apple-section-size: 28px;
  --apple-section-line: 32px;
  --apple-section-tracking: 0.007em;
}
@media (max-width: 820px) {
  :root {
    --apple-section-size: 24px;
    --apple-section-line: 28px;
    --apple-section-tracking: 0.009em;
  }
}
