/* Shared screen typography: brand/UI, technical data, and compact controls. */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800&family=Share+Tech+Mono&display=swap');
:root {
  --font: 'Exo 2', sans-serif;
  --font-display: 'Exo 2', sans-serif;
  --font-heading: 'Exo 2', sans-serif;
  --mono: 'Share Tech Mono', monospace;
  --font-mono: 'Share Tech Mono', monospace;
  font-synthesis: none;
}
body { font-family: var(--font); }
button, input, select, textarea { font-family: inherit; }
