@font-face {
    font-family: 'OmnesRegular';
    src: url('/static/fonts/OmnesRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OmnesBold';
    src: url('/static/fonts/OmnesBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OmnesItalic';
    src: url('/static/fonts/OmnesItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OmnesBoldItalic';
    src: url('/static/fonts/OmnesBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'OmnesRegular';
    font-size: small;
}

.OmnesItalic {
    font-family: 'OmnesItalic';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'OmnesBold';
}

* {
    font-size: small; /* Ajusta el tamaño de fuente según tus necesidades */
}

.fc-blue {
    color: #3378F6;
}

.fc-black {
    color: #000000;
}