/* ===========================================================================
   Baltic Dental — Webfonts
   Finlandica  : primary family — body, headings, numbers/money (tabular-nums)
   Ndot        : technical/display — eyebrows, codes, time, tags ONLY (uppercase,
                 wide tracking). Never set money in Ndot (no ₽ № % glyphs).
   =========================================================================== */

@font-face {
  font-family: "Finlandica";
  src: url("../assets/fonts/Finlandica.woff2") format("woff2"),
       url("../assets/fonts/Finlandica.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ndot";
  src: url("../assets/fonts/Ndot.woff2") format("woff2"),
       url("../assets/fonts/Ndot.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
