/* Droid Serif font manually downloaded from Google Fonts, not using https://google-webfonts-helper.herokuapp.com, since this font doesn't exist there */
/* droid-serif-regular - latin */
@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('droid-serif-400.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('droid-serif-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('droid-serif-400.woff2') format('woff2'), /* Super Modern Browsers */
    url('droid-serif-400.woff') format('woff'), /* Modern Browsers */
    url('droid-serif-400.ttf') format('truetype'), /* Safari, Android, iOS */
    url('droid-serif-400.svg#DroidSerif') format('svg'); /* Legacy iOS */
}

/* lora-700 - latin */
@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('droid-serif-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('droid-serif-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('droid-serif-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('droid-serif-700.woff') format('woff'), /* Modern Browsers */
    url('droid-serif-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('droid-serif-700.svg#DroidSerif') format('svg'); /* Legacy iOS */
}