/* Applied to every non-Persian locale. Inter covers Latin/Cyrillic/Greek and
   keeps ASCII digits Latin; Vazirmatn backs it up for Arabic-script glyphs
   Inter does not ship. @font-face declarations come from the npm packages
   imported in app/layout.tsx. */
html,
body {
    font-family: 'Inter Variable', 'Vazirmatn', -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
        Helvetica Neue, sans-serif;
}
