/* Shared web fonts for the gleblug.space apps (homepage / movies / music).
   Served by each app at /common/* from the space.common submodule, so the URLs
   below are absolute /common/fonts/... paths. Bricolage Grotesque is Latin-only;
   the two IBM Plex Mono Cyrillic faces cover Cyrillic track/movie titles. */

@font-face { font-family:"Bricolage Grotesque"; src:url("/common/fonts/bricolage-grotesque-400-latin.woff2") format("woff2"); font-weight:400; font-display:swap; }
@font-face { font-family:"Bricolage Grotesque"; src:url("/common/fonts/bricolage-grotesque-500-latin.woff2") format("woff2"); font-weight:500; font-display:swap; }
@font-face { font-family:"Bricolage Grotesque"; src:url("/common/fonts/bricolage-grotesque-600-latin.woff2") format("woff2"); font-weight:600; font-display:swap; }
@font-face { font-family:"Bricolage Grotesque"; src:url("/common/fonts/bricolage-grotesque-700-latin.woff2") format("woff2"); font-weight:700; font-display:swap; }
@font-face { font-family:"Bricolage Grotesque"; src:url("/common/fonts/bricolage-grotesque-800-latin.woff2") format("woff2"); font-weight:800; font-display:swap; }
@font-face { font-family:"IBM Plex Mono"; src:url("/common/fonts/ibm-plex-mono-400-latin.woff2") format("woff2"); font-weight:400; font-display:swap; }
@font-face { font-family:"IBM Plex Mono"; src:url("/common/fonts/ibm-plex-mono-500-latin.woff2") format("woff2"); font-weight:500; font-display:swap; }
@font-face { font-family:"IBM Plex Mono"; src:url("/common/fonts/ibm-plex-mono-400-cyrillic.woff2") format("woff2"); font-weight:400; font-display:swap; unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family:"IBM Plex Mono"; src:url("/common/fonts/ibm-plex-mono-500-cyrillic.woff2") format("woff2"); font-weight:500; font-display:swap; unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
