@font-face {
    font-family: Montserrat;
    font-weight: 800;
    src: url("Montserrat\ ExtraBold\ 800.ttf");
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url("Montserrat\ SemiBold\ 600.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: normal;
    font-style: normal;
    src: url("pt-sans.regular.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: bold;
    font-style: normal;
    src: url("pt-sans.bold.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: normal;
    font-style: italic;
    src: url("pt-sans.italic.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: bold;
    font-style: italic;
    src: url("pt-sans.bold-italic.ttf");
}
