@font-face {
    font-family: 'Myanmar Text';
    src: url('../fonts/MyanmarText-Bold.woff2') format('woff2'),
        url('../fonts/MyanmarText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myanmar Text';
    src: url('../fonts/MyanmarText.woff2') format('woff2'),
        url('../fonts/MyanmarText.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*NOTICIA*/
/*
@font-face {
    font-family: 'folha_textolight';
    src: url('../fonts/noticia/folha_texto-light-webfont.woff2') format('woff2'),
         url('../fonts/noticia/folha_texto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'folha_textobold';
    src: url('../fonts/noticia/folha_texto-bold-webfont.woff2') format('woff2'),
         url('../fonts/noticia/folha_texto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'folhaTextolight';
    src: url('../fonts/noticia/Folha_Texto-Light.woff2') format('woff2'),
        url('../fonts/noticia/Folha_Texto-Light.woff') format('woff'),
        url('../fonts/noticia/Folha_Texto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'folhaTextobold';
    src: url('../fonts/noticia/Folha_Texto-Bold.woff2') format('woff2'),
        url('../fonts/noticia/Folha_Texto-Bold.woff') format('woff'),
        url('../fonts/noticia/Folha_Texto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}