/*---------------------------------------------------------------------------------

 Theme Name:   ETEC
 Theme URI:    https://etec.ac.nz
 Description:  ETEC 
 Author:       zerotv
 Author URI:   https://zerotv.guru
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Start Custom Fonts CSS */

@font-face {
    font-family: 'Hellix';
    font-style: normal;
    font-weight: normal;
    src: url('https://etec.ac.nz/wp-content/themes/etec/fonts/Hellix-SemiBold.woff2')
            format('woff2'),
        url('https://etec.ac.nz/wp-content/themes/etec/fonts/Hellix-SemiBold.woff') format('woff'),
        url('https://etec.ac.nz/wp-content/themes/etec/fonts/Hellix-SemiBold.ttf')
            format('truetype');
}

@font-face {
    font-family: 'Hellix';
    font-style: normal;
    font-weight: bold;
    src: url('https://etec.ac.nz/wp-content/themes/etec/fonts/Hellix-Bold.woff2') format('woff2'),
        url('https://etec.ac.nz/wp-content/themes/etec/fonts/Hellix-Bold.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hellix', Sans-serif !important;
    font-weight: bold;
}

.et_pb_text_inner p {
    font-family: 'Hellix', Sans-serif !important;
}

.et_pb_menu__logo {
    padding-top: 12px;
    padding-bottom: 12px;
}
