/* Gilroy — self-hosted. Served statically from /public so the .otf paths are
   resolved by the browser at runtime (not bundled by webpack). Linked in
   app/views/layouts/marketing.html.erb. */
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-BoldItalic.otf') format('opentype');
  font-weight: 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-Extrabold.otf') format('opentype');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/marketing/fonts/Gilroy-Black.otf') format('opentype');
  font-weight: 900; font-style: normal; font-display: swap;
}
