/* Synopsis web fonts — Galano Grotesque (René Bieder / Studio René Bieder)
   Licensed: Fontspring web font + desktop EULA, order 129955144.
   Self-hosted woff2/woff, full glyph set incl. Czech diacritics. */

@font-face {
  font-family: 'GalanoGrotesque';
  src: url('../fonts/galanogrotesque-regular-webfont.woff2') format('woff2'),
       url('../fonts/galanogrotesque-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GalanoGrotesque';
  src: url('../fonts/galanogrotesque-bold-webfont.woff2') format('woff2'),
       url('../fonts/galanogrotesque-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
