@font-face {
    font-family: 'dana';
    src: url("../fonts/dana_medium.ttf") format("truetype");
    font-weight: normal;
}

* {
    font-family: 'dana', serif !important;
}
