/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.1.5

All css files are placed in /css/ folder
*/
@font-face {
    font-family: 'Avenir Next';
    src: url("./fonts/Avenir Next.ttc");  
}

@font-face {
    font-family: 'BebasNeue Regular';
    src: url("./fonts/BebasNeue Regular.ttf");  
}

@font-face {
    font-family: 'Avenir Next Bold';
    src: url("./fonts/AvenirNextLTPro-Bold.otf");  
}
@font-face {
    font-family: 'Avenir Next Regular';
    src: url("./fonts/AvenirNextCyr-Regular.ttf");  
}
*:not(i){
	font-family: 'Avenir Next' !important;
}