/* stylesheet.css */

/* BananaText Regular */
@font-face {
    font-family: "BananaText";
    font-weight: 400;
    font-style: normal;
    src: url("./BananaText-Regular.woff2") format("woff2"),
        url("./BananaText-Regular.ttf") format("truetype");
}

/* Futura Book */
@font-face {
    font-family: "Futura Book";
    font-weight: 400;
    font-style: normal;
    src: url("./futura-book-bt.woff2") format("woff2"),
        url("./futura-book-bt.ttf") format("truetype");
}

/* Futura Medium */
@font-face {
    font-family: "Futura Medium";
    font-weight: 500;
    font-style: normal;
    src: url("./futura-medium-bt.woff2") format("woff2"),
        url("./futura-medium-bt.ttf") format("truetype");
}
