@font-face {
    font-family: OpenSans;
    font-weight: bold;
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: OpenSans;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Axiforma;
    font-weight: bold;
    src: url("../fonts/Axiforma-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: Axiforma;
    src: url("../fonts/Axiforma-Regular.otf") format("opentype");
}