@font-face {
    font-family: 'fragmatica';
    src: url('cairo_regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'fragmatica_light';
    src: url('cairo_light.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'fragmatica_bold';
    src: url('cairo_bold.ttf');
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, b, strong, em, span, a, li, button, input, label, .result-type, table tr td, table tr th, .vertical-divider, .fragmatica-font {
    font-family: fragmatica, fragmatica_light, fragmatica_bold, sans-serif !important;
}
