@font-face {
  font-family: "Rajdhani";
  src: url("../../fonte/rajdhani/Rajdhani-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("../../fonte/rajdhani/Rajdhani-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("../../fonte/rajdhani/Rajdhani-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: "Rajdhani", system-ui, -apple-system, sans-serif;
}

html,
body,
body.oxygen-body {
  font-family: var(--font-primary) !important;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.ct-text-block,
.footer-sitemap,
.pl-wrap {
  font-family: var(--font-primary) !important;
}
