@charset "utf-8";
/* CSS Document */
/*======= TYPOGRAPHY */

@font-face {
     font-family: nexalight;
     src: url('../_font/Nexa Light.otf');
}
@font-face {
     font-family: nexabold;
     src: url('../_font/Nexa Bold.otf');
}

body{
	font-size:62.5%;
	font-family: 'nexalight', sans-serif;
}
strong{	font-family: 'nexabold', sans-serif;}

h1.title{
    font-family: 'nexabold', sans-serif;
    font-size:5em;
    margin-bottom:20px;}
h2.title{
    font-family: 'nexabold', sans-serif;
    font-size:3.5em;}
p.text{
    font-size:2.2em;
    line-height: 1.4em;
    font-family: 'nexalight', sans-serif;}
p.text:not(:last-child){margin-bottom:15px;}

.text a{
    color:var(--cor1);
    font-weight: 700;
}
@media (max-width:740px){
    h1.title{font-size:3em;margin-bottom:10px}
    h2.title{font-size:2.5em;}
    p.text{
        font-size:1.4em;
        line-height: 1.4em;
    }
}
/* CSS END */