@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-Regular.woff2') format('woff2'),
    url('./Roobert-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('./Roobert-RegularItalic.woff2') format('woff2'),
    url('./Roobert-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert Pro';
    src: url('./RoobertPRO-Regular.woff2') format('woff2'),
    url('./RoobertPRO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert Pro';
    src: url('./RoobertPRO-RegularItalic.woff2') format('woff2'),
    url('./RoobertPRO-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert Pro';
    src: url('./RoobertPRO-Bold.woff2') format('woff2'),
    url('./RoobertPRO-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
