/**
 * Satoshi Variable — app UI typography (Fontshare / ITF Free Font License).
 * ID card export fonts (IDCardFont*) are separate and unchanged.
 */
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}

:root {
  --app-font-family: 'Satoshi Variable', 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after {
  font-family: var(--app-font-family);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--app-font-family);
}

body {
  font-family: var(--app-font-family);
}
