@font-face {
    font-family: Bosch Sans;
    src: url("../fonts/BoschSans-Regular.woff");
}

@font-face {
    font-family: Bosch Sans Medium;
    src: url("../fonts/BoschSans-Medium.woff");
}

@font-face {
    font-family: Bosch Sans Light;
    src: url("../fonts/BoschSans-Light.woff");
}

@font-face {
    font-family: Bosch Sans Bold;
    src: url("../fonts/BoschSans-Bold.woff");
}

@font-face {
    font-family: Bosch Sans Black;
    src: url("../fonts/BoschSans-Black.woff");
}

:root {
    --bosch-pro-blue: rgb(0,59,106);
    --bosch-dark-blue: rgb(0,86,145);
    --bosch-light-blue: rgb(0,142,207);
    --bosch-red: rgb(226,0,21);
    --bosch-light-grey: rgb(191,192,194);
    --bosch-dark-grey: rgb(82,95,107);
}