/*
Theme Name:     Oritia & Boreas Hello Elementor
Author:         Oritia & Boreas
Template:       hello-elementor
Version:        1.0.0a
Text Domain:    oyb-hello-elementor
*/

@font-face {
    font-family: calibri;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/calibri.ttf);
    font-weight: normal;
}

@font-face {
    font-family: calibri;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/calibri_bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: verdana;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/verdana.ttf);
    font-weight: normal;
}

@font-face {
    font-family: verdana;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/verdana_bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: verdana;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/verdana_italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: verdana;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/verdana_bolditalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: trebuchet;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/trebuchet.ttf);
    font-weight: normal;
}

@font-face {
    font-family: trebuchet;
    src: url(/wp-content/themes/oyb-hello-elementor/assets/fonts/trebuchet_italic.ttf);
    font-weight: normal;
    font-style: italic;
}

body {
    /*--font-size-big: 50px;
    --font-size-big-mid: 36px;
    --font-size-mid: 24px;
    --font-size-normal: 16px;
    --font-size-small: 12px;*/
    --font-size-big: 40px;
    --font-size-big-mid: 32px;
    --font-size-mid: 20px;
    --font-size-normal: 14px;
    --font-size-small: 12px;
    font-size: var(--font-size-normal);
    font-family: verdana;
}

a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

[type=button],
[type=submit],
button {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: var(--e-global-color-primary);
}

h1 {
    font-size: var(--font-size-big);
}

.entry-title {
    font-size: var(--font-size-big-mid);
}

h2,
h3 {
    font-size: var(--font-size-big-mid);
}

h4,
h5 {
    font-size: var(--font-size-mid);
}

h6 {
    font-size: var(--font-size-normal);
}