/* Font imports - React Native style approach */
@font-face {
  font-family: "RMNeue-Regular";
  src: url("fonts/RMNeue-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-Italic";
  src: url("fonts/RMNeue-Italic.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-Bold";
  src: url("fonts/RMNeue-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-BoldItalic";
  src: url("fonts/RMNeue-BoldItalic.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-SemiBold";
  src: url("fonts/RMNeue-SemiBold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-SemiBoldItalic";
  src: url("fonts/RMNeue-SemiBoldItalic.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-Light";
  src: url("fonts/RMNeue-Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-LightItalic";
  src: url("fonts/RMNeue-LightItalic.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-Black";
  src: url("fonts/RMNeue-Black.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RMNeue-BlackItalic";
  src: url("fonts/RMNeue-BlackItalic.otf") format("opentype");
  font-display: swap;
}
