/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Dein Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

@font-face {
    font-family: 'DaxOT';
    src: url('../../uploads/2025/03/DaxOT.woff2') format('woff2'),
         url('../../uploads/2025/03/DaxOT.woff') format('woff'),
         url('../../uploads/2025/03/DaxOT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --e-global-typography-primary-font-family: 'DaxOT' !important;
    --e-global-typography-secondary-font-family: 'DaxOT' !important;
    --e-global-typography-text-font-family: 'DaxOT' !important;
    --e-global-typography-accent-font-family: 'DaxOT' !important;
}

.elementor-kit-7 {
    --e-global-typography-primary-font-family: 'DaxOT' !important;
    --e-global-typography-secondary-font-family: 'DaxOT' !important;
    --e-global-typography-text-font-family: 'DaxOT' !important;
    --e-global-typography-accent-font-family: 'DaxOT' !important;
}

.elementor-kit-17 {
    --e-global-typography-primary-font-family: 'DaxOT' !important;
    --e-global-typography-secondary-font-family: 'DaxOT' !important;
    --e-global-typography-text-font-family: 'DaxOT' !important;
    --e-global-typography-accent-font-family: 'DaxOT' !important;
}

h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: 'DaxOT' !important;
}

