@import url("https://fonts.googleapis.com/css2?family=Ruda:wght@400..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700");
@layer override {
    :root[data-theme="designer"] {
        --hr-brand-primary-color: rgb(179, 15, 15);
        --hr-brand-primary-content-color: rgb(255, 255, 255);
        --hr-primary-color: rgb(179, 15, 15);
        --hr-primary-content-color: rgb(255, 255, 255);
        --hr-secondary-color: rgb(29, 29, 37);
        --hr-secondary-content-color: rgb(182, 177, 177);
    }
    :root[data-theme="designer"] {
        --hr-brand-logo-image: url("https://redesignerprodc8661.blob.core.windows.net/7638579/assets/giannis_logo_large-3TUnvlMT.png");
    }
    :root[data-theme="designer"] {
        --hr-body-font-family: "Ruda", sans-serif;
        --hr-heading-font-family: "Josefin Sans", sans-serif;
    }
    :root[data-theme="designer"] {
        --hr-header-color: rgb(29, 29, 37);
        --hr-header-dock-content-color: rgb(255, 255, 255);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-footer-color: rgb(29, 29, 37);
        --hr-footer-content-color: rgb(182, 177, 177);
    }
    :root[data-theme="designer"] {
    }
    :root[data-theme="designer"] {
        --hr-menu-item-layout: vertical;
    }
}
