@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Bebas+Neue:wght@400");
@layer override {
    :root[data-theme="designer"] {
        --hr-brand-primary-color: rgb(221, 21, 29);
        --hr-brand-primary-content-color: rgb(255, 255, 255);
        --hr-brand-secondary-color: rgb(221, 21, 29);
        --hr-brand-secondary-content-color: rgb(255, 255, 255);
        --hr-accent-color: rgb(221, 21, 29);
        --hr-accent-content-color: rgb(255, 255, 255);
        --hr-primary-color: rgb(221, 21, 29);
        --hr-primary-content-color: rgb(255, 255, 255);
        --hr-positive-color: rgb(221, 21, 29);
    }
    :root[data-theme="designer"] {
        --hr-brand-logo-image: url("https://redesignerprodc8661.blob.core.windows.net/7639903/assets/BigSliceLogo-tnjuHnhK.png");
        --hr-brand-favicon-image: url("https://redesignerprodc8661.blob.core.windows.net/7639903/assets/favicon.ico");
    }
    :root[data-theme="designer"] {
        --hr-body-font-family: "Oswald", sans-serif;
        --hr-heading-font-family: "Bebas Neue", sans-serif;
    }
    :root[data-theme="designer"] {
        --hr-header-color: rgb(240, 226, 201);
        --hr-header-content-color: rgb(0, 0, 0);
        --hr-header-dock-content-color: rgb(255, 255, 255);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-footer-color: rgb(253, 184, 39);
        --hr-footer-content-color: rgb(0, 0, 0);
    }
    :root[data-theme="designer"] {
        --hr-group-item-image-fit: cover;
    }
    :root[data-theme="designer"] {
        --hr-menu-item-layout: horizontal;
        --hr-menu-item-image-fit: contain;
        --hr-menu-item-image-aspect-ratio: auto;
    }
}
