/* =========================================
   Villa Rimacini - Font Declarations
   Loads Grandview Display in multiple weights
   ========================================= */

@font-face {
    font-family: 'Grandview Display';
    src: url('https://fonts.cdnfonts.com/s/65936/GrandviewLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandview Display';
    src: url('https://fonts.cdnfonts.com/s/65936/GrandviewLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandview Display';
    src: url('https://fonts.cdnfonts.com/s/65936/Grandview.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandview Display';
    src: url('https://fonts.cdnfonts.com/s/65936/GrandviewItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandview Display';
    src: url('https://fonts.cdnfonts.com/s/65936/GrandviewBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandview Display';
    src: url('https://fonts.cdnfonts.com/s/65936/GrandviewBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

