/* NIXON landing page brand fonts */

@font-face {
  font-family: 'Lemon Milk';
  src: url('./LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lemon Milk';
  src: url('./LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

/* Single-weight file — map bold requests to the same face (no faux-bold) */
@font-face {
  font-family: 'Coolvetica';
  src: url('./Coolvetica.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
