@font-face {
    font-family: 'GothamRoundedBold';
    src: url('../fonts/GothamRoundedBold_21016.woff2') format('woff2'),
         url('../fonts/GothamRoundedBold_21016.woff') format('woff');
		 url('../fonts/GothamRoundedBold_21016.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GothamRounded-Book';
    src: url('../fonts/GothamRounded-Book.woff2') format('woff2'),
         url('../fonts/GothamRounded-Book.woff') format('woff');
		 url('../fonts/GothamRounded-Book.otf') format('truetype');
font-style: normal;

}
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('../fonts/GothamRoundedMedium_21022.woff2') format('woff2'),
         url('../fonts/GothamRoundedMedium_21022.woff') format('woff');
		 url('../fonts/GothamRoundedMedium_21022.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
h1, h2{font-family: 'GothamRoundedBold'}
h3, h4, body, #sp-main-body{font-family: 'GothamRounded-Book'}
h5, h6{font-family: 'GothamRoundedMedium'; font-size:2rem}
.sp-megamenu-parent>li>a{font-family: 'GothamRounded-Book'!important;letter-spacing:0.3px}