/**
* Theme Name: Unita Child
* Description: This is a child theme of Unita, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: unita
* Version: 1.0.6
*/

/* Dalven Goofler - Regular */
@font-face {
    font-family: 'Dalven Goofler';
    src: url('assets/fonts/Dalven-Goofler.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Dalven Goofler - Italic */
@font-face {
    font-family: 'Dalven Goofler';
    src: url('assets/fonts/Dalven-Goofler-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


/* Apply Dalven Goofler to entire website */
html,
body,
button,
input,
select,
textarea {
    font-family: 'Dalven Goofler', sans-serif;
}