/* YNS Typography Pack v520
   Aktif yazı sistemi: Inter + Manrope CDN, yerel sistem font fallback.
   Not: Şifre/hash/lisans alanlarıyla ilgisi yoktur. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Manrope:wght@600;700;800&display=swap');
:root{
  --yns-font-ui:"Inter","Segoe UI",Roboto,Arial,sans-serif;
  --yns-font-display:"Manrope","Inter","Segoe UI",Roboto,Arial,sans-serif;
  --yns-letter-tight:-.045em;
}
html{font-feature-settings:"cv02","cv03","cv04","cv11";}
body,button,input,textarea,select{font-family:var(--yns-font-ui)!important;}
h1,h2,h3,h4,.brand,.login-brand,.sidebar-brand,.topbar h1,.section-head h2,.hero h1{font-family:var(--yns-font-display)!important;}
