@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Cabin:ital,wght@0,400..700;1,400..700");
@layer override {
    :root[data-theme="designer"] {
        --hr-brand-primary-color: rgb(244, 224, 190);
        --hr-brand-primary-content-color: rgb(33, 33, 33);
        --hr-primary-color: rgb(203, 0, 70);
        --hr-primary-content-color: rgb(255, 255, 255);
        --hr-secondary-color: rgb(250, 238, 39);
        --hr-secondary-content-color: rgb(33, 33, 33);
    }
    :root[data-theme="designer"] {
        --hr-brand-logo-image: url("https://redesignerprodc8661.blob.core.windows.net/7640354/assets/logo-1ZzNHY8A.png");
        --hr-brand-favicon-image: url("https://redesignerprodc8661.blob.core.windows.net/7640354/assets/favicon.ico");
    }
    :root[data-theme="designer"] {
        --hr-body-font-family: "Open Sans", sans-serif;
        --hr-heading-font-family: "Cabin", sans-serif;
    }
    :root[data-theme="designer"] {
        --hr-header-dock-color: rgb(127, 146, 113);
        --hr-header-dock-content-color: rgb(255, 255, 255);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-footer-color: rgb(127, 146, 113);
        --hr-footer-content-color: rgb(255, 255, 255);
    }
    :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;
    }
}
