/*
Theme Name: 	Hoteler Child
Theme URI: 		http://thememascot.net
Description: 	Hotel Booking WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		6.5
Requires PHP:	8.1
Tested up to:	6.9
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	hoteler-child
Template: 		hoteler
*/

@font-face 
{
    font-family: 'daxregular';
    src: url('fonts/dax_regular-webfont.woff2') format('woff2'),
         url('fonts/dax_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'daxlineproregular';
    src: url('fonts/daxlinepro-regular-webfont.woff2') format('woff2'),
         url('fonts/daxlinepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    --body-font-family: "daxlineproregular", sans-serif;
    --heading-font-family: "daxregular", sans-serif;
    --font-current-theme3: "daxlineproregular", sans-serif;
    --section-title-font-family: var(--heading-font-family);
    --section-title-subtitle-font-family: var(--font-current-theme3);
}