@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700");
@layer override {
    :root[data-theme="designer"] {
        --hr-brand-primary-color: rgb(0, 0, 0);
        --hr-brand-primary-content-color: rgb(255, 255, 255);
        --hr-primary-color: rgb(224, 21, 11);
        --hr-primary-content-color: rgb(255, 255, 255);
        --hr-secondary-color: rgb(0, 0, 0);
        --hr-secondary-content-color: rgb(255, 255, 255);
    }
    :root[data-theme="designer"] {
        --hr-brand-logo-image: url("https://redesignerprodc8661.blob.core.windows.net/7639357/assets/Logo2022Med2-294x300-8OqqZDxS.png");
        --hr-brand-favicon-image: url("https://redesignerprodc8661.blob.core.windows.net/7639357/assets/favicon.ico");
    }
    :root[data-theme="designer"] {
        --hr-body-font-family: "Nunito", sans-serif;
        --hr-heading-font-family: "Oswald", sans-serif;
    }
    :root[data-theme="designer"] {
        --hr-header-dock-content-color: rgb(224, 21, 11);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-footer-color: rgb(0, 0, 0);
        --hr-footer-content-color: rgb(255, 255, 255);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-menu-item-layout: vertical;
    }
}
