﻿
/*------- GOTHAM FONT -------*/
@font-face {
    font-family: Gotham-Bold;
    src: url("Gotham-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Gotham-Book;
    src: url("Gotham-Book.woff2") format("woff2");
}

@font-face {
    font-family: Gotham-Light;
    src: url("Gotham-Light.woff2") format("woff2");
}

@font-face {
    font-family: Gotham-Medium;
    src: url("Gotham-Medium.woff2") format("woff2");
}

/*------- LEMON MILK FONT -------*/

@font-face {
    font-family: LEMONMILK-Bold;
    src: url("LEMONMILK-Bold.woff2") format("woff2");
}