/* ═══════════════════════════════════════════
   FONTS
═══════════════════════════════════════════ */
@font-face {
  font-family: 'Nexa';
  src: url('../font/nexa-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../font/Nexa Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nortune';
  src: url('../font/Nortune-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ═══════════════════════════════════════════
   BASE
═══════════════════════════════════════════ */
* { box-sizing: border-box; }

body                    { font-family: 'Nexa', sans-serif; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { font-family: 'Nexa', sans-serif; font-weight: 700; }