/* Declaration for normal variant */
@font-face {
    font-family: 'vpro_vesta';
    src: url('./fonts/VPROVesta-Regular.woff2') format('woff2'); /* Modern Browsers */

    font-weight: normal;
    font-style: normal;
}

/* Declaration for the bold variant (this is also used in the logo) */
@font-face {
    font-family: 'vpro_vesta';
    src: url('./fonts/VPROVesta-Bold.woff2') format('woff2'); /* Modern Browsers */

    font-weight: bold;
    font-style: normal;
}

/* Declaration for the italic variant */
@font-face {
    font-family: 'vpro_vesta';
    src: url('./fonts/VPROVesta-Italic.woff2') format('woff2'); /* Modern Browsers */

    font-weight: normal;
    font-style: italic;
}

/* Declaration for the bold italic variant */
@font-face {
    font-family: 'vpro_vesta';
    src: url('./fonts/VPROVesta-BoldItalic.woff2') format('woff2'); /* Modern Browsers */

    font-weight: bold;
    font-style: italic;
}

/* Declaration for the big variant */
@font-face {
    font-family: 'vpro_vesta_big';
    src: url('./fonts/BigVesta-SCOsF.woff2') format('woff2'); /* Modern Browsers */

    font-weight: normal;
    font-style: normal;
}



.vpro-vesta-medium {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;
}

.vpro-vesta-bold {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: bold;
}

.vpro-vesta-italic {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;
    font-style: italic;
}

.vpro-vesta-bold-italic {
    font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.vpro-vesta-big {
    font-family: 'vpro_vesta_big', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;
    font-style: normal;
}