/*Bold*/
@font-face {
    font-family: 'GadugiBold';
    src: url('../font/gadugib.woff2') format('woff2');
}

/*Regular*/
@font-face {
    font-family: 'Gadugi';
    src: url('../font/gadugi.woff2') format('woff2');
}

body, html, p, h1, h2, h3, h4, h5, h6, a, button, input, textarea, select, option, label {
    font-family: 'Gadugi', sans-serif;
}

.font-bold {
    font-family: 'GadugiBold', sans-serif;
}

tr.anulado td {
    background-color: #ffdbe2;
    color: #d3000d;

}
