@font-face {
  font-family: 'GeneralSans';
  src: url('/assets/fonts/GeneralSans-Light.woff2') format('woff2'),
       url('/assets/fonts/GeneralSans-Light.woff') format('woff'),
       url('/assets/fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('/assets/fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('/assets/fonts/GeneralSans-Regular.woff') format('woff'),
       url('/assets/fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('/assets/fonts/GeneralSans-Italic.woff2') format('woff2'),
       url('/assets/fonts/GeneralSans-Italic.woff') format('woff'),
       url('/assets/fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('/assets/fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('/assets/fonts/GeneralSans-Semibold.woff') format('woff'),
       url('/assets/fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('/assets/fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('/assets/fonts/GeneralSans-Bold.woff') format('woff'),
       url('/assets/fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Eger';
  src: url('/assets/fonts/eger-regular-webfont.woff2') format('woff2'),
       url('/assets/fonts/eger-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}