@font-face {
    font-family: "Baskerville Old Face";
    src: url('/bundles/framework/fonts/web/BASKVILL.ttf');
}
.texto_iaw {
    font-family: "Baskerville Old Face";
}
.texto_iaw_black {
    color: var(--black-color);
}
.texto_iaw_white {
    color: var(--white-color);
}
.texto_iaw_color {
    color: var(--secundary-color);
}
.texto_iaw_bold {
    font-weight: 700;
}