@font-face {
    font-family: 'Headliner No. 45';
    src: url('../fonts/HeadlinerNo.45 DEMO.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Moulpali';
    src: url('../fonts/Moulpali-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSans-Regular.ttf")  format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSans-Bold.ttf")  format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSans-Italic.ttf")  format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSans-BoldItalic.ttf")  format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Mortend";
    src: url("../fonts/Mortend-Regular.otf")  format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: "Mortend";
    src: url("../fonts/Mortend-Light.otf")  format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: "Mortend";
    src: url("../fonts/Mortend-Bold.otf")  format('opentype');
    font-weight: 700;
}
@font-face {
    font-family: "Mortend";
    src: url("../fonts/Mortend-Extrabold.otf")  format('opentype');
    font-weight: 800;
}