@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic:wght@400&family=Oswald:wght@200..700");
@layer override {
    :root[data-theme="designer"] {
        --hr-brand-primary-color: #0f0e0c;
        --hr-brand-primary-content-color: rgb(255, 255, 255);
        --hr-brand-secondary-color: #fab042;
        --hr-brand-secondary-content-color: rgb(51, 51, 51);
        --hr-accent-color: #df0033;
        --hr-accent-content-color: rgb(255, 255, 255);
        --hr-primary-color: #df0033;
        --hr-primary-content-color: rgb(255, 255, 255);
        --hr-secondary-color: #faaf42;
        --hr-secondary-content-color: rgb(68, 68, 68);
    }
    :root[data-theme="designer"] {
        --hr-brand-logo-image: url("https://redesignerprodc8661.blob.core.windows.net/7638922/assets/logo-white-2025-WW5fRWEp.png");
        --hr-brand-favicon-image: url("https://redesignerprodc8661.blob.core.windows.net/7638922/assets/favicon.ico");
    }
    :root[data-theme="designer"] {
        --hr-body-font-family: "Didact Gothic", sans-serif;
        --hr-heading-font-family: "Oswald", sans-serif;
    }
    :root[data-theme="designer"] {
        --hr-header-dock-color: rgb(68, 68, 68);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-footer-color: rgba(0, 0, 0, 0);
        --hr-footer-content-color: rgb(68, 68, 68);
    }
    :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;
    }
}
