/* @font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
} */

/* ---- ESPARA mobile redesign fonts (served statically; paths are relative to /fonts/) ---- */
/* Peyda (licensed, see public/fonts/peyda/README.md). Uncomment after adding the woff2 files there: */
/* @import url('/fonts/peyda/peyda.css'); */
/* Vazirmatn — SIL OFL fallback, variable weight 100–900 */
@font-face { font-family: 'Vazirmatn'; font-weight: 100 900; font-display: swap; src: url('/fonts/vazirmatn/Vazirmatn-Variable.woff2') format('woff2-variations'), url('/fonts/vazirmatn/Vazirmatn-Variable.woff2') format('woff2'); }

/* Latin faces used by the design for times/numbers (SIL OFL, self-hosted) */
@font-face { font-family: 'Poppins'; font-weight: 400; font-display: swap; src: url('/fonts/latin/Poppins-400.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 500; font-display: swap; src: url('/fonts/latin/Poppins-500.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 600; font-display: swap; src: url('/fonts/latin/Poppins-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-display: swap; src: url('/fonts/latin/Inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-display: swap; src: url('/fonts/latin/Inter-700.woff2') format('woff2'); }
@font-face { font-family: 'Kanit'; font-weight: 400; font-display: swap; src: url('/fonts/latin/Kanit-400.woff2') format('woff2'); }
