@font-face {
    font-family: "New York";
    font-weight: normal;
    src:
        local("NewYork"),
        url("../font/NewYork.otf"),
        url('../font/NewYork.woff') format('woff'),
        url('../font/NewYork.ttf') format('ttf');
    ;
}

@font-face {
    font-family: "New York";
    font-weight: bold;
    src:
        local("NewYork"),
        url("../font/NewYork_bold.otf");
    ;
}


.ff-poppins {
    font-family: 'Poppins', sans-serif;
}

.ff-raleway {
    font-family: "Raleway", sans-serif;
}

.ff-playfair {
    font-family: 'Playfair Display', serif;
}

.ff-josefin {
    font-family: 'Josefin Sans', sans-serif;
}

.ff-cormorant {
    font-family: 'Cormorant Garamond', serif;
}

.ff-roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.ff-lora {
    font-family: 'Lora', serif;
}

.ff-caveat {
    font-family: 'Caveat', cursive;
}

.ff-kalam {
    font-family: 'Kalam', cursive;
}

.ff-nothing {
    font-family: 'Nothing You Could Do', cursive;
}

.ff-vina {
    font-family: 'Vina Sans', sans-serif;
}

.ff-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.fw-900 {
    font-weight: 900;
}


.ff-newyork {
    font-family: 'New York';
}

.ff-jost {
    font-family: "Jost";
}

.display-lg{
    font-size: calc(1rem + 8vw)
}

.display-xx-lg{
    font-size: calc(3rem + 10vw)
}