/*
 * Custom font-face declarations for theme typography.
 *
 * NOTE: Actual font files are not committed. Please download the following
 * families from https://www.fontshare.com/ and place the corresponding
 * WOFF2 files into app/assets/fonts/ before deployment:
 *   - Switzer (variable or standard weights)
 *   - Cabinet Grotesk (bold or desired weight)
 *   - Clash Display (preferred weight)
 *   - Sentient (bold weight)
 *   - Chubbo (bold weight)
 */

@font-face {
  font-family: 'Switzer';
  src: url("/assets/Switzer-Regular-73dd8cc4.woff2") format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url("/assets/CabinetGrotesk-Bold-cfdfbe88.woff2") format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url("/assets/ClashDisplay-Semibold-598e144c.woff2") format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Sentient';
  src: url("/assets/Sentient-Bold-5216578e.woff2") format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Chubbo';
  src: url("/assets/Chubbo-Bold-22086e2d.woff2") format('woff2');
  font-weight: 700;
  font-display: swap;
}
