@font-face {
    font-family: 'gotham-htf';
    src: url('../src/font/gothamhtf/gothamhtf-book-webfont.woff2') format('woff2'),
         url('../src/font/gothamhtf/gothamhtf-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-black';
    src: url('../src/font/gothamblack/gotham_black_regular-webfont.woff2') format('woff2'),
         url('../src/font/gothamblack/gotham_black_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
  --accent: #ffa70f;
  --lightMain: #545454;
  --logoColorOne: #264653;
  --logoColorTwo: #2a9d8f;
  --logoColorThree: #e9c46a;
  --logoColorFour: #f4a261;
  --logoColorFive: #e76f51;

}

body{
  margin: 0;
  font-family: gotham-htf;
  scroll-behavior: smooth;
}
