﻿@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham/GothamMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham/GothamBook.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

h1, h2 {
    font-family: 'Gotham';
    font-weight: bold;
}

h3, h4, h5, h6, p {
    font-family: 'Gotham';
    font-weight: normal;
}

p {
    font-family: 'Gotham';
    font-weight: lighter;
}

