@font-face {
    font-family: "Neo";
    src: url('../fonts/Averta-Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: "Din";
    src: url('../fonts/Averta-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: "Palo";
    src: url('../fonts/tmppalo-regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: "Palo";
    src: url('../fonts/tmppalo-semibold.otf');
    font-weight: 600;
}