/* Google Fonts */
/* @import url('https://fonts.googleapis.com/css?family=Manuale:400,400i,600,700,700i|Roboto+Condensed:400,700|Roboto:400,700|Source+Code+Pro|Montserrat:400,700|Bree+Serif|Open+Sans:300,400,600,700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Manuale:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Montserrat:wght@400;700&family=Open+Sans:wght@300;400;600;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&family=Source+Code+Pro&display=swap'); */


/* Merriweather */
@font-face {
    font-display: swap;
    font-family: 'Merriweather400';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Merriweather400.eot');
    src: url('/fonts/Merriweather400.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Merriweather400.woff2') format('woff2'),
    url('/fonts/Merriweather400.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather700';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Merriweather700.eot');
    src: url('/fonts/Merriweather700.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Merriweather700.woff2') format('woff2'),
    url('/fonts/Merriweather700.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'noticias-icon-font';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/noticias-icons.eot');
    src: url('/fonts/noticias-icons.eot#iefix') format('embedded-opentype'),
    url('/fonts/noticias-icons.ttf') format('truetype'),
    url('/fonts/noticias-icons.woff') format('woff'),
    url('/fonts/noticias-icons.svg#noticias-icon-font') format('svg');
}

/*-----------------------
//el @font-face de los logos de Grupo Noticias se mueve a _noticias-logos-font.scss
//si se quiere usar, hay que ponerlo, además de aquí, en /resources/sass/amp/base/_tipography.scss
//----------------------- */
@font-face {
    font-display: swap;
    font-family: "horoscope";
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/horoscope.eot');
    src: url('/fonts/horoscope.eot#iefix') format("embedded-opentype"),
    url('/fonts/horoscope.ttf') format("truetype"),
    url('/fonts/horoscope.woff') format("woff"),
    url('/fonts/horoscope.svg#horoscope') format("svg");
}



