@font-face {
    font-family: 'guton-bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Guton-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'guton-regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Guton-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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