/* Home LCP path: only weights used in hero/header (400/500/700). Full stack loads on inner pages. */

@font-face {
  font-family: "Paralucent";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/paralucent/ParalucentTextBook.otf") format("opentype");
}

@font-face {
  font-family: "Paralucent";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/paralucent/ParalucentMedium.otf") format("opentype");
}

@font-face {
  font-family: "Paralucent";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/paralucent/ParalucentBold.otf") format("opentype");
}

html[data-dm-portal-theme],
html[lang="tr"] {
  --body-font-family: "Paralucent", "DM Noto Sans TR", sans-serif;
  --heading-font-family: "Paralucent", "DM Noto Sans TR", sans-serif;
}
