/* _01_GlobalFoundation/Typography.css */
/* ============================================================ */
/* TYPOGRAPHY                                                   */
/* Font di sistema, stile Apple, nessun file font da importare.  */
/* ============================================================ */
:root {
  --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--font-system);
  color: var(--color-text-primary);
  background: var(--color-background);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; }
p { font-weight: 400; }
