*{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url("../fonts/Gotham-Black.otf");
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url("../fonts/Gotham-Bold.otf");
}
@font-face {
    font-family: 'Gotham-BookItalic';
    src: url("../fonts/Gotham-BookItalic.otf");
}
@font-face {
    font-family: 'Gotham-Light';
    src: url("../fonts/Gotham-Light.otf");
}
@font-face {
    font-family: 'Gotham-Thin';
    src: url("../fonts/Gotham-Thin.otf");
}
@font-face {
    font-family: 'Gotham-ThinItalic';
    src: url("../fonts/Gotham-ThinItalic.otf");
}
@font-face {
    font-family: 'Gotham-UltraItalic';
    src: url("../fonts/Gotham-UltraItalic.otf");
}
@font-face {
    font-family: 'Gotham-XLight';
    src: url("../fonts/Gotham-XLight.otf");
}
@font-face {
    font-family: 'Gotham-XLightItalic';
    src: url("../fonts/Gotham-XLightItalic.otf");
}
@font-face {
    font-family: 'Gotham-Book';
    src: url("../fonts/Gotham-Book.otf");
}
@font-face{
    font-family: 'Oswald-Light';
    src: url("../fonts/Oswald-Light.otf");
}
@font-face{
    font-family: "Oswald-Regular";
    src: url("../fonts/Oswald-Regular.ttf");
}

p,a,h1,h2,h3,h4,h5,strong{
    font-family: "Gotham-Book";
}