/*/ OMEGA */
@font-face {
    font-family: 'Omega Sans';
    font-weight: bold;
    src: url("./fonts/Omega_Sans/Omega_Sans_Bold.ttf") format("truetype"),
    url("./fonts/Omega_Sans/Omega_Sans_Bold.woff") format("woff");
}

@font-face {
    font-family: 'Omega Sans';
    font-weight: 100;
    src: url("./fonts/Omega_Sans/Omega_Sans_Light.ttf") format("truetype"),
    url("./fonts/Omega_Sans/Omega_Sans_Light.woff") format("woff");
}

@font-face {
    font-family: 'Omega Sans';
    font-weight: 400;
    src: url("./fonts/Omega_Sans/Omega_Sans_Regular.ttf") format("truetype"), 
    url("./fonts/Omega_Sans/Omega_Sans_Regular.woff") format("woff");
}

@font-face {
    font-family: 'Omega Sans';
    font-weight: 700;
    src: url("./fonts/Omega_Sans/Omega_Sans_Medium.ttf") format("truetype"),
    url("./fonts/Omega_Sans/Omega_Sans_Medium.woff") format("woff"); 
}

/* Source sans 

@font-face {
    font-family: 'Source Sans';
    font-weight: 400;
    font-style: normal;
    src: url("./fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("ttf");
}

@font-face {
    font-family: 'Source Sans';
    font-weight: 400;
    font-style: italic;
    src: url("./fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf") format("ttf");
}

@font-face {
    font-family: 'Source Sans';
    font-weight: bold;
    font-style: normal;
    src: url("./fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf") format("ttf");
}

*/



