@font-face {
    font-weight: 400;
    font-family: 'Gotham Pro';
    font-style: normal;
    src: url("../fonts/GothamPro/gothampro.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 400;
    font-family: 'Gotham Pro';
    font-style: italic;
    src: url("../fonts/GothamPro/gothampro_italic.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 500;
    font-family: 'Gotham Pro';
    font-style: normal;
    src: url("../fonts/GothamPro/gothampro_medium.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 500;
    font-family: 'Gotham Pro';
    font-style: italic;
    src: url("../fonts/GothamPro/gothampro_mediumitalic.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 700;
    font-family: 'Gotham Pro';
    font-style: normal;
    src: url("../fonts/GothamPro/gothampro_bold.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 700;
    font-family: 'Gotham Pro';
    font-style: italic;
    src: url("../fonts/GothamPro/gothampro_bolditalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 900;
    font-family: 'Gotham Pro';
    font-style: normal;
    src: url("../fonts/GothamPro/gothampro_black.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 900;
    font-family: 'Gotham Pro';
    font-style: italic;
    src: url("../fonts/GothamPro/gothampro_blackitalic.ttf");
    font-display: swap;
}

/* font Roboto*/
@font-face {
    font-weight: 100;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Thin.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 100;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-ThinItalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 200;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-ExtraLight.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 200;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-ExtraLightItalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 300;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 300;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 400;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 400;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 500;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Medium.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 500;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-MediumItalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-SemiBold.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-SemiBoldItalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 800;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-ExtraBold.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 800;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-ExtraBoldItalic.ttf");
    font-display: swap;
}

@font-face {
    font-weight: 900;
    font-family: 'Roboto Condensed';
    font-style: normal;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-Black.ttf");
    font-display: swap;
}
@font-face {
    font-weight: 900;
    font-family: 'Roboto Condensed';
    font-style: italic;
    src: url("../fonts/RobotoCondensed/RobotoCondensed-BlackItalic.ttf");
    font-display: swap;
}