/* Alliance No.2 — brand display/core face. Only SemiBold (600) was provided;
   other weights fall back to the nearest available. Inter loads from Google. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

@font-face {
  font-family: 'Alliance No.2';
  src: url('../assets/fonts/AllianceNo2-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
