/* MaP fonts via the map-fonts CDN, declared under the unified family names
   the design tokens expect ('GT Pressura', 'GT Alpina', …). The CDN's own
   fonts.css uses per-cut family names, so we declare our own faces here and
   point src at the CDN files. */

/* GT Pressura — structural headings, labels, UI */
@font-face {
  font-family: 'GT Pressura';
  src: url('https://map-fonts.pages.dev/GT-Pressura-Standard-Text.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Pressura';
  src: url('https://map-fonts.pages.dev/pressura-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Pressura';
  src: url('https://map-fonts.pages.dev/pressura-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Pressura';
  src: url('https://map-fonts.pages.dev/pressura-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* GT Pressura Mono — data layer (family name matches the --font-mono token) */
@font-face {
  font-family: 'GT-Pressura-Mono-Text';
  src: url('https://map-fonts.pages.dev/GT-Pressura-Mono-Text.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* GT Alpina — body text */
@font-face {
  font-family: 'GT Alpina';
  src: url('https://map-fonts.pages.dev/alpina-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Alpina';
  src: url('https://map-fonts.pages.dev/alpina-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Alpina';
  src: url('https://map-fonts.pages.dev/alpina-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Alpina';
  src: url('https://map-fonts.pages.dev/alpina-bold-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
