:root {}

#itt-sl-hpm {
    --font100: "Barlow" !important;
    --font200: "Barlow" !important;
    --primaryColor: #05141f;
    --primaryTextColor: #fff;
    --secondaryColor: #4f5a61;
    --maxTitleHeight: unset;
    --titleLineHeight: 1.2em;
    * {
        font-family: "Barlow" !important;
    }
}

#itt-sl-ucl {
    --txt-light: rgba(020, 020, 020, 1.00) !important;
    --highlight: black !important;
    --txt-dark: rgba(020, 020, 020, 1.00) !important;
    --bg-light: rgba(250, 250, 250, 1.00) !important;
    --bg-dark: rgba(022, 022, 024, 1.00) !important;
    * {
        font-family: "Barlow" !important;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {}