/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Template: hello-elementor
Version: 1.0.0
*/

@import url("../hello-elementor/style.css");

/* Viola Font Self-Hosting */
@font-face {
    font-family: 'Viola';
    src: url('./fonts/Viola.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Viola';
    src: url('./fonts/Viola-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}