/* SOV v6.1.44g — typography polish
   Conservative, system-native font stack. No remote Google Fonts, no bundled fonts.
   Goal: calmer public/admin UI, better Croatian diacritics, less decorative/chaotic look. */
:root{
  --sov-font-sans: "Aptos", "Segoe UI Variable", "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --sov-font-reading: "Aptos", "Segoe UI Variable", "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --sov-font-mono: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
html{
  font-family:var(--sov-font-sans);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
body,button,input,select,textarea{
  font-family:var(--sov-font-sans)!important;
  font-feature-settings:"kern" 1,"liga" 1,"calt" 1;
}
h1,h2,h3,h4,h5,h6,
.hero h1,.sov-hero h1,.news-hero h1,.minutes-hero h1,.dash-hero h1,.as-hero h1,.wp-title{
  font-family:var(--sov-font-sans)!important;
  font-weight:760;
  letter-spacing:-.035em;
  line-height:.98;
}
h2,h3,h4,h5,h6{
  letter-spacing:-.024em;
  line-height:1.08;
}
p,li,dd,td,th,.lead,.muted,.card p,.sov-card p,.news-card p,.news-content,.article-body,.wp-content,.minutes-paper,.native-text,.minute-body,.minutes-text{
  font-family:var(--sov-font-reading)!important;
  line-height:1.62;
}
.news-content,.article-body,.wp-content,.minutes-paper,.native-text,.minute-body{
  font-size:clamp(16px,1.02vw,18px);
  letter-spacing:-.005em;
}
.eyebrow,.badge,.chip,.pill,.tag,.btn,.button,.nav a,.sov-nav a,.as-nav a,.news-nav a,small,label{
  font-family:var(--sov-font-sans)!important;
  letter-spacing:.005em;
}
code,pre,kbd,samp,.mono{
  font-family:var(--sov-font-mono)!important;
}
/* Tone down old paper/serif pages that looked inconsistent next to the new SOV UI. */
body .minutes-paper, body .minutes-paper *,
body .native-text, body .native-text *,
body .news-content, body .news-content *,
body .article-body, body .article-body *,
body .wp-content, body .wp-content *{
  font-family:var(--sov-font-reading)!important;
}
/* Keep icons/emojis unaffected visually, but avoid huge weight jumps. */
.sov-mark,.logo-mark,.as-mark{
  font-family:var(--sov-font-sans)!important;
  font-weight:800;
  letter-spacing:-.035em;
}
@media (max-width:760px){
  h1,.hero h1,.sov-hero h1,.news-hero h1,.minutes-hero h1,.dash-hero h1,.as-hero h1{letter-spacing:-.03em;line-height:1.02}
  .news-content,.article-body,.wp-content,.minutes-paper,.native-text,.minute-body{font-size:16.5px;line-height:1.66}
}
