/* ─────────────────────────────────────────
   ORBIX — Custom Fonts
   ───────────────────────────────────────── */

/* Brink Black — Display / Headlines */
@font-face {
  font-family: 'Brink';
  src: url('Brink Black.otf') format('opentype');
  font-weight: 900;
  font-style:  normal;
  font-display: swap;
}

/* DM Sans — UI / Body */
@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style:  normal;
  font-display: swap;
}
