/**
 * Columbia Sportswear Brand Fonts
 * Official typefaces from Columbia Sportswear design system
 */

/* GerTT CD (Germania Text Traditional Condensed)
 * Primary display font for headlines, logos, and large text
 * Bold, condensed letterforms with athletic character
 */
@font-face {
  font-family: 'GerTT CD';
  src: url('./GerTT_CD.woff2') format('woff2'),
       url('./GerTT_CD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* GerTT Bold (Germania Text Traditional Bold)
 * Bold weight for emphasis and subheadings
 * Used for section headers and important callouts
 */
@font-face {
  font-family: 'GerTT Bold';
  src: url('./GerTT-Bold.woff2') format('woff2'),
       url('./GerTT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Unified GerTT Family
 * Single family with multiple weights for easier usage
 */
@font-face {
  font-family: 'GerTT';
  src: url('./GerTT_CD.woff2') format('woff2'),
       url('./GerTT_CD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GerTT';
  src: url('./GerTT-Bold.woff2') format('woff2'),
       url('./GerTT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
