@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: normal;
    src: local('Rubik Italic'), local('Rubik-Italic'), url(./../fonts/rubik-italic-webfont.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: bold;
    src: local('Rubik Bold Italic'), local('Rubik-BoldItalic'), url(./../fonts/rubik-bolditalic-webfont.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    src: local('Rubik'), local('Rubik-Regular'), url(./../fonts/rubik-regular-webfont.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    src: local('Rubik Bold'), local('Rubik-Bold'), url(./../fonts/rubik-bold-webfont.woff) format('woff');
    font-display: swap;
}
