/* Add import rules here - e.g. Google Fonts, Adobe Fonts, fonts.com. Note: Icon fonts are handled in Icons.css. */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');

/* ############################################################################
   ##
   ##  CUSTOM FONT FACES
   ##
   ##  Set up local custom font rules (i.e. not Google/Adobe/fonts.com imports) here, if you use custom or locally hosted fonts.
   ##
   ##  Only custom font face definitions should be set in this file. Set actual element, tag, and class styles within the relevant stylesheets.
   ##  Uncomment the @font-face declarations to set up custom fonts.
   ##
   ######################################################################### */

/* 
    Order matters for different browser versions.
*/
/*
@font-face {
    font-family: MyFontName;
    src: url('../../../Fonts/MyFont.eot');
    src: url('../../../Fonts/MyFont.eot') format('embedded-opentype'),
         url('../../../Fonts/MyFont.woff2') format('woff2'),
         url('../../../Fonts/MyFont.woff') format('woff'),
         url('../../../Fonts/MyFont.ttf') format('truetype'),
         url('../../../Fonts/MyFont.svg#MyFont') format('svg');
}
*/