@font-face {
    font-family: 'panamera-light';
    src: url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Light.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Light.woff2') format('woff2'),
    url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'panamera-regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Regular.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Regular.woff2') format('woff2'),
    url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'panamera-bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Bold.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Bold.woff2') format('woff2'),
    url('/wp-content/themes/vsc-theme/css/fonts/fnt/Panamera-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'questrial-regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/fnt/Questrial-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


