@font-face {
  font-family: 'Open_Sans';
  font-style: normal;
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype'),
    url('../fonts/OpenSans-VariableFont_wdth,wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  src:   url('../fonts/Raleway-VariableFont_wght.woff2') format('woff2'), 
  url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');


}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
 
}



@font-face {
  font-family: 'Oswald_normal';
  font-style: normal;
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype'),
    url('../fonts/Oswald-VariableFont_wght.woff2') format('woff2');
}



@font-face {
  font-family: 'Oswald_italic';
  font-style: italic;
  src: url('../fonts/Oswald-Italic-VariableFont_wght.woff2') format('woff2'),
    url('../fonts/Oswald-Italic-VariableFont_wght.ttf') format('truetype');
}


@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins-bold';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;

  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype'),
      url('../fonts/SourceSans3-VariableFont_wght.woff2') format('woff2');

}


@font-face {
  font-family: 'OpenSans_Italic';
  font-style: normal;
  src: url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype'),
    url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.woff2') format('woff2');
}




