/* Import Inter font from Google Fonts - free and open source alternative to CerebriSans */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Note: CerebriSans has been replaced with Inter to resolve licensing issues */
/* Inter font is now loaded from Google Fonts and doesn't require local files */

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("Oswald-ExtraLight.ttf");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Oswald-Light.ttf");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("Oswald-Regular.ttf");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Oswald-Medium.ttf");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Oswald-SemiBold.ttf");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Oswald-Bold.ttf");
}
@font-face {
  font-family: "IPAMincho";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("IPAMincho\ Regular.ttf");
}
