/* Font-face rules moved from GlobalStyles.astro. Update to .woff2 if you add those files. */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Rutan";
  src: url("/fonts/Rutan/rutan-black.otf") format("opentype");
  font-weight: 900;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Rutan";
  src: url("/fonts/Rutan/rutan-bold.otf") format("opentype");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Rutan";
  src: url("/fonts/Rutan/rutan-demibold.otf") format("opentype");
  font-weight: 600;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Rutan";
  src: url("/fonts/Rutan/rutan-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rutan";
  src: url("/fonts/Rutan/rutan.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rutan";
  src: url("/fonts/Rutan/rutan-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rutan";
  src: url("/fonts/Rutan/rutan-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
