@font-face { font-family: Gotham Pro; src: url('/web_common/static/src/fonts/GothamPro.ttf') format('truetype'), url('/web_common/static/src/fonts/GothamPro.woff') format('woff'), url('/web_common/static/src/fonts/GothamPro.eot') format('embedded-opentype'); font-style: normal; font-weight: 400; font-display: swap; } @font-face { font-family: Gotham Pro; src: url('/web_common/static/src/fonts/GothamPro-Bold.ttf') format('truetype'), url('/web_common/static/src/fonts/GothamPro-Bold.woff') format('woff'), url('/web_common/static/src/fonts/GothamPro-Bold.eot') format('embedded-opentype'); font-style: normal; font-weight: 700; font-display: swap; } //Fonts $main-font: 'Gotham Pro', sans-serif; //variables color $black-color: #000000; $white-color: #FFFFFF; $yellow-color: #FFD503; $grey-color: #E5E5E5; $light-grey-color: #7C7C7C;