/* TYPOGRAPHY */
/*
GothamBook
*/
@font-face {
    font-family: 'Gotham Book';
    font-style: normal;
    font-weight: normal;
    src: local('GothamBook'), url('../fonts/GothamBook.ttf') format('truetype');
}

/*
Sanchez-Italic
*/
@font-face {
    font-family: 'Sanchez Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sanchez-Italic'), url('../fonts/Sanchez-Italic.ttf') format('truetype');
}

/*
Sanchez-Regular
*/
@font-face {
    font-family: 'Sanchez Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Sanchez-Regular'), url('../fonts/Sanchez-Regular.ttf') format('truetype');
}