@font-face {
    font-family: 'gotham-medium';
    src: url('./fonts/Gotham-Medium.otf');
}

@font-face {
    font-family: 'proxima-regular';
    src: url('./fonts/Proxima-Nova-Regular.otf');
}

@font-face {
    font-family: 'icons';
    src: url('./fonts/icons.ttf');
}

*{
    font-family: 'proxima-regular';
}

html {
  scroll-behavior: smooth;
}

.font-title{
    font-family: 'gotham-medium';
}

.font-icon{
    font-family: 'icons';
}