@font-face {
    font-family: Formata;
    font-weight: bold;
    src: url("fonts/formata-bold.ttf") format("opentype");
}
@font-face {
    font-family: Formata;
    font-weight: lighter;
    src: url("fonts/formata-light.otf") format("opentype");
}
@font-face {
    font-family: Formata;
    font-weight: normal;
    src: url("fonts/formata-regular.ttf") format("opentype");
}
@font-face {
    font-family: Formata;
    font-weight: bold;
    font-style: italic;
    src: url("fonts/formata-bold-italic.otf") format("opentype");
}
