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

@font-face {
    font-family: 'coolveticaitalic';
    src: url('../fonts/coolvetica_rg_it-webfont.woff2') format('woff2'),
    url('../fonts/coolvetica_rg_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.cool-italic{
    font-family: coolveticaitalic, sans-serif;
}
.cool-regular{
    font-family: coolveticareg, sans-serif;
}
.segoe{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn.bg-rosa:hover{
    background-color: #ff79b3 !important;
}
.text-rosa{
    color: #F8C8DC !important;
}
.text-rosa-strong{
    color: #ff79b3 !important;
}
.text-rosa-sv{
    color: #FDEAF1 !important;
}
.text-cinza-rosado{
    color: #E6D7DD !important;
}
.text-preto-sv{
    color: #2B2B2B !important;
}

.bg-rosa-diff {
    background-color: #ffd9e8!important;
}
.bg-rosa{
    background-color: #F8C8DC !important;
}
.bg-rosa-sv{
    background-color: #FDEAF1 !important;
}
.bg-cinza-rosado{
    background-color: #E6D7DD !important;
}
.bg-preto-sv{
    background-color: #2B2B2B !important;
}
