@font-face {
    font-family: 'Bree Regular';
    src: url('../fonts/Bree Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Oblique';
    src: url('../fonts/Bree Oblique.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bree Light';
    src: url('../fonts/Bree Light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Light Oblique';
    src: url('../fonts/Bree Light Oblique.otf') format('opentype');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Bree ExtraBold';
    src: url('../fonts/Bree ExtraBold.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Bree ExtraBold Oblique';
    src: url('../fonts/Bree ExtraBold Oblique.otf') format('opentype');
    font-weight: bolder;
    font-style: italic;
}

/* Exemplo de aplicação da fonte a elementos */
.tituloViaMestra {
    font-family: 'Bree Bold', sans-serif;
    color: #325574;
}

.subTituloViaMestra {
    font-family: 'Bree Bold Oblique', sans-serif;
    color: #325574;
}

.tituloNome {
    font-family: 'Bree Regular', sans-serif;
    color: #325574;
    font-size: 30px;
}
.subTituloNome {
    font-family: 'Bree Regular', sans-serif;
    font-size: 15px;
    color: #325574;
}
.subTituloNomelarge {
    font-family: 'Bree Regular', sans-serif;
    font-size: xx-large;
    color: #325574;
}
.subTituloNomelargeCel {
    font-family: 'Bree Regular', sans-serif;
    font-size: x-large;
    color: #325574;
}
.textoViaMestra {
    font-family: 'Bree Light Oblique', sans-serif;
    color: #325574;
}
.textoViaMestraCel {
    font-family: 'Bree Light Oblique', sans-serif;
    color: #325574;
    font-size: 14px;
}
.obliqueFont {
    font-family: 'Bree Oblique', sans-serif;
    color: #325574;
}

.menuLink {
    font-family: 'Bree Light', sans-serif;
    color: #325574;
}
.tituloCell {
    font-family: 'Bree Light', sans-serif;
    font-size: x-large;
    color: #325574;
}
.tituloDesk {
    font-family: 'Bree Light', sans-serif;
    font-size: xx-large;
    color: #325574;
}

.lightObliqueFont {
    font-family: 'Bree Light Oblique', sans-serif;
    color: #325574;
}

.extraBoldFont {
    font-family: 'Bree ExtraBold', sans-serif;
    color: #325574;
}

.extraBoldObliqueFont {
    font-family: 'Bree ExtraBold Oblique', sans-serif;
    color: #325574;
}