/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Template: hello-elementor
Version: 1.0.0
*/

@font-face {
    font-family: 'Galano Classic';
    src: url('./fonts/GalanoClassicRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Classic';
    src: url('./fonts/GalanoClassicMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Classic';
    src: url('./fonts/GalanoClassicSemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Galano Classic', sans-serif !important;
}
