/* ========================================
   AXIFORMA — Web Font Declarations
   ======================================== */

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma-extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/axiforma-heavy.woff2') format('woff2');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   GLOBAL FONT APPLICATION
   ======================================== */

*,
body,
html {
  font-family: 'Axiforma', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Axiforma', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
