/* @font-face {
    font-family: Omnes;
    src: url("../fonts/Omnes.ttf");
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Omnes-Medium.ttf");
    font-weight: medium;
}

@font-face {
    font-family: Omnes;
    src: url("../fonts/Omnes-Regular.ttf");
    font-weight: regular;
}
@font-face {
    font-family: Omnes;
    src: url("../fonts/Omnes-SemiBold.ttf");
    font-weight: semi-bold;
}

body {
    background-color: #FAFAF9;
    font-family: Omnes !important;
    

} */