@font-face {
    font-family: 'GothamBold';
    src: url('../Fonts/Gotham-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBoldItalic';
    src: url('../Fonts/Gotham-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* Normal bold stil */
.bold-text {
    font-family: 'GothamBold', sans-serif;
    font-weight: bold;
}

/* Bold Italic stil */
.bold-italic-text {
    font-family: 'GothamBoldItalic', sans-serif;
    font-weight: bold;
    font-style: italic;
}
 