
@font-face {
    font-family: 'Arvo';
    src: url('/Content/fonts/Arvo-Regular.ttf');
     font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arvo';
    src: url('/Content/fonts/Arvo-Italic.ttf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arvo';
    src: url('/Content/fonts/Arvo-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arvo';
    src: url('/Content/fonts/Arvo-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

