/* ── iRaven Brand Fonts ── */

/* Poppins — Primary Typeface (Headings & Display) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* Axiforma — Secondary Typeface (Body & UI) */
@font-face {
  font-family: 'Axiforma';
  src: url('/assets/fonts/Axiforma-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
