/* === Actay Regular === */
@font-face {
  font-family: "Actay";
  src: url("Actay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === Actay Regular Italic === */
@font-face {
  font-family: "Actay";
  src: url("Actay-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* === Actay Condensed Thin === */
@font-face {
  font-family: "Actay Condensed";
  src: url("ActayCondensed-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* === Actay Condensed Thin Italic === */
@font-face {
  font-family: "Actay Condensed";
  src: url("ActayCondensed-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* === Actay Wide Bold === */
@font-face {
  font-family: "Actay Wide";
  src: url("ActayWide-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Actay Wide Bold Italic === */
@font-face {
  font-family: "Actay Wide";
  src: url("ActayWide-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
