@font-face {
    font-family: 'Gotham-Bold';
    src: url('assets/fonts/Gotham-Bold.eot');
    src: url('assets/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gotham-Bold.woff2') format('woff2'),
        url('assets/fonts/Gotham-Bold.woff') format('woff'),
        url('assets/fonts/Gotham-Bold.ttf') format('truetype'),
        url('assets/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('assets/fonts/AbhayaLibre-Regular.eot');
    src: url('assets/fonts/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AbhayaLibre-Regular.woff2') format('woff2'),
        url('assets/fonts/AbhayaLibre-Regular.woff') format('woff'),
        url('assets/fonts/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('assets/fonts/Gotham-Medium.eot');
    src: url('assets/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gotham-Medium.woff2') format('woff2'),
        url('assets/fonts/Gotham-Medium.woff') format('woff'),
        url('assets/fonts/Gotham-Medium.ttf') format('truetype'),
        url('assets/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('assets/fonts/Gotham-Light.eot');
    src: url('assets/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Gotham-Light.woff2') format('woff2'),
        url('assets/fonts/Gotham-Light.woff') format('woff'),
        url('assets/fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    /* font-display: swap; */
}

.fspeaker-name{
    line-height: 1.2em;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Gotham-Bold' !important;
    /* overflow: hidden; */
    color: #4b555b;
    margin-top: 0.75em;
}
