@font-face {
    font-family: 'lemondayregular';
    src: url('../fonts/lemonday_ttf_demo_version-webfont.woff2') format('woff2'),
         url('../fonts/lemonday_ttf_demo_version-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayitalic';
    src: url('../fonts/playfairdisplay-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto', sans-serif;
    src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('../fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto', sans-serif;
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto', sans-serif;
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.lemonday-regular {
    font-family: 'lemondayregular';
}

.playfair-italic {
    font-family: 'playfair_displayitalic', serif;
    font-style: italic;
}

.playfair-regular {
    font-family: 'playfair_displayregular', serif;
}

.roboto-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}