/* General Sans — self-hosted variable font
   Files expected at: /fonts/GeneralSans-Variable.woff2
                      /fonts/GeneralSans-VariableItalic.woff2
   Weight range: 200–700 (wght axis)
*/

@font-face {
  font-family: 'General Sans';
  src: url('GeneralSans-Variable.woff2') format('woff2-variations'),
       url('GeneralSans-Variable.woff') format('woff');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'General Sans';
  src: url('GeneralSans-VariableItalic.woff2') format('woff2-variations'),
       url('GeneralSans-VariableItalic.woff') format('woff');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
