/* Vazirmatn — loaded via Google Fonts `<link>` in each HTML page */
:root {
  --pico-font-family: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

html {
  font-family: var(--pico-font-family);
}

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

button,
input,
select,
textarea {
  font-family: inherit;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas,
    monospace;
}
