/* 
@font-face {
    font-family: 'Geomanist';
    src: 		url('../fonts/Geomanist-Regular.woff') format('woff'),  
        url('../fonts/Geomanist-Regular-Italic.woff') format('woff');     
}
*/


@font-face {
    font-family: 'Geomanist';
    src: 		url('../fonts/Geomanist-Regular.otf') format('opentype'),  
        url('../fonts/Geomanist-Regular-Italic.otf') format('opentype'),     
        url('../fonts/Geomanist-Ultra.otf') format('opentype'),
    	url('../fonts/Geomanist-Ultra-Italic.otf') format('opentype'),  
        url('../fonts/Geomanist-Thin.otf') format('opentype'), 
        url('../fonts/Geomanist-Thin-Italic.otf') format('opentype'),  
        url('../fonts/Geomanist-Medium.otf') format('opentype'), 
        url('../fonts/Geomanist-Medium-Italic.otf') format('opentype'),  
        url('../fonts/Geomanist-Light.otf') format('opentype'), 
        url('../fonts/Geomanist-Light-Italic.otf') format('opentype'),  
        url('../fonts/Geomanist-ExtraLight.otf') format('opentype'), 
        url('../fonts/Geomanist-ExtraLight-Italic.otf') format('opentype'),  
        url('../fonts/Geomanist-Book.otf') format('opentype'), 
        url('../fonts/Geomanist-Book-Italic.otf') format('opentype'),
        url('../fonts/Geomanist-Bold.otf') format('opentype'), 
        url('../fonts/Geomanist-Bold-Italic.otf') format('opentype'),  
        url('../fonts/Geomanist-Black.otf') format('opentype'), 
        url('../fonts/Geomanist-Black-Italic.otf') format('opentype');  
/*
    font-weight: normal;
    font-style: normal;
    font-display: swap;
*/
}


h1, h2, h3, h4, h5 {
  font-family: 'Geomanist' !important;
}

