@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham.otf') format('otf');
    font-weight: normal; /* Adjust to match font file */
    font-style: normal;  /* Adjust to match font file */
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 100; /* Adjust to match font file */
    font-style: normal;  /* Adjust to match font file */
}