/* --- General Sans Font Definitions --- */
/* General Sans by Indian Type Foundry, via Fontshare (https://www.fontshare.com/fonts/general-sans).
   Licensed under the ITF Free Font License (free for personal + commercial use, incl. web embedding).
   Optional selectable font for the Customer Portals auto-translate studio; Switzer remains the default. */

/* Regular */
@font-face {
  font-family: 'General Sans';
  src: url('./GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Medium */
@font-face {
  font-family: 'General Sans';
  src: url('./GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

/* Semibold */
@font-face {
  font-family: 'General Sans';
  src: url('./GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

/* Bold */
@font-face {
  font-family: 'General Sans';
  src: url('./GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
