@font-face {
    font-family: 'Bosch Sans';
    src: url("../fonts/BoschSans-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bosch Sans';
    src: url("../fonts/BoschSans-Light.woff") format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Bosch Sans';
    src: url("../fonts/BoschSans-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bosch Sans';
    src: url("../fonts/BoschSans-Black.woff") format('woff');
    font-weight: 900; /* Black */
    font-style: normal;
}

: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: #EFF1F2;
    --bosch-black: #000000;
    --bosch-dark-grey: #D0D4D8;
}