/* Brand faces, self-hosted. Brandon Grotesque = HVD Fonts (commercial).
   The files here are the client's DESKTOP licence — a webfont licence is
   still pending before this ships. See _source/fonts/. */

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon Grotesque Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon Grotesque Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon Grotesque Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon Grotesque Regular Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon Grotesque Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/Brandon Grotesque Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Serif de menú — la que ya usan en las cartas impresas. */
@font-face {
  font-family: 'NewYork';
  src: url('../fonts/NewYork.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
