
/* remove this  example line */
@font-face {
    font-family: 'Arial Regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/arial.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/G_ari_bd.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BellSlim Heavy';
    src: url('/wp-content/themes/vsc-theme/css/fonts/BellSlim/BellSlimHeavy.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BellSlim Medium';
    src: url('/wp-content/themes/vsc-theme/css/fonts/BellSlim/BellSlimMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BellSlim SemiBold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/BellSlim/BellSlimSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter Bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Inter_28pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}