/**
 * Font Family: Graphik TH
 * Referenced sitewide by the Plax DLS stylesheet (/css/style.css) but the
 * font files were never shipped — NC-275. Provided weights: Light (300),
 * Regular (400), Semibold (600).
 */

@font-face {
  font-family: 'Graphik TH';
  src: url('../fonts/GraphikTH-Light.woff2') format('woff2'),
       url('../fonts/GraphikTH-Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik TH';
  src: url('../fonts/GraphikTH-Regular.woff2') format('woff2'),
       url('../fonts/GraphikTH-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik TH';
  src: url('../fonts/GraphikTH-Semibold.woff2') format('woff2'),
       url('../fonts/GraphikTH-Semibold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
