@font-face {
  font-family: "Arcuata";
  src: url("/fonts/Arcuata/Arcuata-Regular.woff2") format("woff2"),
    url("/fonts/Arcuata/Arcuata-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Arcuata";
  src: url("/fonts/Arcuata/Arcuata-Bold.woff2") format("woff2"),
    url("/fonts/Arcuata/Arcuata-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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

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