/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2021 Indian Type Foundry
 *
 *
*/


@font-face {
  font-family: 'GeneralSans-Variable';
  src: url('/assets/fonts/GeneralSans-Variable.woff2') format('woff2'),
       url('/assets/fonts/GeneralSans-Variable.woff') format('woff'),
       url('/assets/fonts/GeneralSans-Variable.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}

