/*
Theme Name: Chris Evans Brasil - Fontes
Description: Arquivo exclusivo responsável por registrar e carregar todas as fontes utilizadas no tema.
Author: Igor
*/

/*============================================
      SEÇÃO 1.0 - REGISTRO DA FONTE MANGUEIRA ALT BOLD
=============================================*/
@font-face {
    font-family: 'Mangueira Alt Bold';
    src: url('fonts/MangueiraAlt-Bold.woff2') format('woff2'),
         url('fonts/MangueiraAlt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*============================================
      SEÇÃO 2.0 - REGISTRO DA FONTE MANGUEIRA ALT MEDIUM
=============================================*/
@font-face {
    font-family: 'Mangueira Alt Medium';
    src: url('fonts/MangueiraAlt-Medium.woff2') format('woff2'),
         url('fonts/MangueiraAlt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*============================================
      SEÇÃO 3.0 - APLICAÇÃO GLOBAL DE TIPOGRAFIA
=============================================*/
body,
p,
span,
li,
a {
    font-family: 'Mangueira Alt Medium', sans-serif, Arial;
}

h1, h2, h3, h4, h5, h6,
.post-title,
.destaque-title,
.noticia-title,
.mais-noticias-title,
.cinematografia-title,
.cebr-redes-title,
.leia-tambem-title,
.site-title-header,
.cebr-x-title,
.cebr-insta-title,
.parceiros-title,
.footer-text-main {
    font-family: 'Mangueira Alt Bold', sans-serif, Arial;
}

/*============================================
      SEÇÃO 4.0 - REGRAS DO EDITOR DE POSTS
=============================================*/
.post-content strong,
.post-content b {
    font-family: 'Mangueira Alt Bold', sans-serif, Arial;
    text-transform: uppercase;
}

.post-content p,
.post-content span,
.post-content li {
    font-family: 'Mangueira Alt Medium', sans-serif, Arial;
}