@font-face {
    font-family: 'Rubik';
    src: url('/Fonts/Rubik/RubikRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('/Fonts/Rubik/RubikBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('/Fonts/Rubik/RubikItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('/Fonts/Rubik/RubikBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}