@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000");
@layer override {
    :root[data-theme="designer"] {
        --hr-primary-color: rgb(243, 10, 45);
        --hr-primary-content-color: rgb(255, 255, 255);
        --hr-secondary-color: rgb(33, 33, 33);
        --hr-secondary-content-color: rgb(255, 255, 255);
    }
    :root[data-theme="designer"] {
        --hr-brand-logo-image: url("https://redesignerprodc8661.blob.core.windows.net/7638853/assets/13775387_174083053010876_9101667694296683113_n-WlEcPYdg.jpg");
        --hr-brand-favicon-image: url("https://redesignerprodc8661.blob.core.windows.net/7638853/assets/favicon.ico");
    }
    :root[data-theme="designer"] {
        --hr-body-font-family: "Nunito", sans-serif;
    }
    :root[data-theme="designer"] {
        --hr-header-color: rgb(255, 255, 255);
        --hr-header-content-color: rgb(33, 33, 33);
        --hr-header-dock-color: rgb(245, 245, 245);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-footer-color: rgb(8, 13, 11);
        --hr-footer-content-color: rgb(255, 255, 255);
    }
    :root[data-theme="designer"] {
        --hr-group-item-image-fit: cover;
        --hr-group-item-layout: vertical;
    }
    :root[data-theme="designer"] {
        --hr-menu-item-layout: vertical;
        --hr-menu-item-image-fit: cover;
        --hr-menu-item-image-aspect-ratio: 3 / 2;
    }
}
