/* GE SS Two is the only requested primary typeface. The licensed webfont binary is intentionally not bundled here. If a licensed WOFF2 file is supplied, add it at /wwwroot/fonts/GESSTwo.woff2 and uncomment the @font-face block below. */
/*
@font-face {
  font-family: 'GE SS Two';
  src: url('/fonts/GESSTwo.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
*/
:root {
  --font-primary: 'GE SS Two', Tahoma, Arial, sans-serif;
}
html, body, button, input, textarea, select { font-family: var(--font-primary); }
