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

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

@font-face {
    font-family: 'hagrid-m';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Hagrid Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "amandine-i";
    src: url('/wp-content/themes/vsc-theme/css/fonts/Amandine_Medium_Italic.otf') format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "amandine-b";
    src: url('/wp-content/themes/vsc-theme/css/fonts/Amandine_Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "amandine-bi";
    src: url('/wp-content/themes/vsc-theme/css/fonts/Amandine_Bold_Italic.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}



