/* Oregon LDO Font Family */
@font-face {
  font-family: "Oregon LDO";
  src: url("/fonts/Oregon-LDO.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oregon LDO";
  src: url("/fonts/Oregon-LDO-Oblique.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

/* Ibarra Real Nova Font Family */
@font-face {
  font-family: "Ibarra Real Nova";
  src: url("/fonts/IbarraRealNova-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ibarra Real Nova";
  src: url("/fonts/IbarraRealNova-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ibarra Real Nova";
  src: url("/fonts/IbarraRealNova-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ibarra Real Nova";
  src: url("/fonts/IbarraRealNova-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ibarra Real Nova";
  src: url("/fonts/IbarraRealNova-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/* Adventures Unlimited Font Family */
@font-face {
  font-family: "Adventures Unlimited";
  src: url("/fonts/AdventuresUnlimited-ScriptRg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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