
@font-face {
  font-family: 'MavenPro';
  src: url('../font/mavenpro/MavenPro-VariableFont_wght.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  }

/* roboto - latin */
@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Bold.eot');
  src: url('../font/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('../font/roboto/Roboto-Bold.woff2') format('woff2'),
  url('../font/roboto/Roboto-Bold.woff') format('woff'),
  url('../font/roboto/Roboto-Bold.ttf') format('truetype'),
  url('../font/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  }
  
  @font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Medium.eot');
  src: url('../font/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
  url('../font/roboto/Roboto-Medium.woff2') format('woff2'),
  url('../font/roboto/Roboto-Medium.woff') format('woff'),
  url('../font/roboto/Roboto-Medium.ttf') format('truetype'),
  url('../font/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  }
  
  @font-face {
  font-family: 'Roboto';
  src: url('../font/roboto/Roboto-Regular.eot');
  src: url('../font/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('../font/roboto/Roboto-Regular.woff2') format('woff2'),
  url('../font/roboto/Roboto-Regular.woff') format('woff'),
  url('../font/roboto/Roboto-Regular.ttf') format('truetype'),
  url('../font/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
  
  /* Open Sans - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../font/opensans/open-sans-v23-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../font/opensans/open-sans-v23-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/opensans/open-sans-v23-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../font/opensans/open-sans-v23-latin-800.woff') format('woff'), /* Modern Browsers */
         url('../font/opensans/open-sans-v23-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/opensans/open-sans-v23-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  