@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Cormorant:ital,wght@0,300..700;1,300..700");
@layer override {
    :root[data-theme="designer"] {
        --hr-primary-color: rgb(78, 114, 42);
        --hr-positive-content-color: rgb(216, 29, 46);
    }
    :root[data-theme="designer"] {
        --hr-brand-logo-image: url("https://redesignerprodc8661.blob.core.windows.net/7640267/assets/2Guyz Logo-pthiNstx.webp");
    }
    :root[data-theme="designer"] {
        --hr-body-font-family: "Nunito", sans-serif;
        --hr-heading-font-family: "Cormorant", serif;
    }
    :root[data-theme="designer"] {
        --hr-header-color: rgb(255, 255, 255);
        --hr-header-content-color: rgb(216, 29, 46);
        --hr-header-dock-color: rgb(255, 255, 255);
        --hr-header-dock-content-color: rgb(216, 29, 46);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-footer-color: rgb(255, 255, 255);
        --hr-footer-content-color: rgb(43, 13, 4);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-menu-item-layout: vertical;
        --hr-menu-item-image-fit: cover;
        --hr-menu-item-image-aspect-ratio: 3 / 2;
    }
}
