@font-face {
    font-family: 'space-light';
    src: url('/wp-content/themes/vsc-theme/css/fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'space-medium';
    src: url('/wp-content/themes/vsc-theme/css/fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

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



