@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;700&family=Heebo:wght@400;500;700&display=swap');

/**
 * Font files: landing2026/fonts/
 * Family name must match --bth-font in style.css
 */
@font-face {
  font-display: swap;
  font-family: AlmoniNeue;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/almoni-neue-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: AlmoniNeue;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/almoni-neue-medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: AlmoniNeue;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/almoni-neue-bold.woff2') format('woff2');
}
