/*
Theme Name: WPTheme Evergreen
Theme URI: https://theevergreenhealth.com/
Author: Evergreen Health
Author URI: https://theevergreenhealth.com/
Description: Custom WordPress theme converted from the Evergreen static website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: wptheme
*/

@font-face {
    font-family: "Edwardian Script ITC";
    src: url("./public/fonts/edwardianscriptitc.eot");
    src:
        url("./public/fonts/edwardianscriptitc.eot?#iefix") format("embedded-opentype"),
        url("./public/fonts/edwardianscriptitc.woff2") format("woff2"),
        url("./public/fonts/edwardianscriptitc.woff") format("woff"),
        url("./public/fonts/edwardianscriptitc.ttf") format("truetype"),
        url("./public/fonts/edwardianscriptitc.svg#Edwardian Script ITC") format("svg");
}

.pt-esi {
    font-family: "Edwardian Script ITC";
}

.color-secondary {
    color: #766a04 !important;
}
.color-primary {
    color: var(--theme-color) !important;
}

.bg-opcity {
    opacity: 0.1;
}
