/*
Style Sheet for BrightTALK Fonts - Helvetica Neue
*/

/* Regular, Bold,  light font faces */

/*
@font-face{
    font-family:"HelveticaNeue-Roma";
    src: url("helvetica-neue-font/694021/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"),
        url("helvetica-neue-font/694021/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"),
        url("helvetica-neue-font/694021/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"),
        url("helvetica-neue-font/694021/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");
    font-display: swap;
}

@font-face{
    font-family:"HelveticaNeue-Bold";
    src: url("helvetica-neue-font/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"),
        url("helvetica-neue-font/694033/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"),
        url("helvetica-neue-font/694033/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"),
        url("fonts/694033/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
    font-display: swap;
}

@font-face{
    font-family:"HelveticaNeue-Ligh";
    src: url("helvetica-neue-font/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"),
        url("helvetica-neue-font/694015/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"),
        url("helvetica-neue-font/694015/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"),
        url("fonts/694015/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg");
    font-display: swap;
}

*/

/*
Roboto font faces

reg, light, bold, thin
*/

@font-face{
    font-family:"Roboto-Bold";
    src: url("roboto-font/Roboto-Bold.ttf") format("truetype");
         /*url("roboto-font/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"),
         url("roboto-font/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"),*/

    font-display: swap;
}

@font-face{
    font-family:"Roboto-Regular";
    src: url("roboto-font/Roboto-Regular.ttf") format("truetype");
         /*url("roboto-font/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"),
         url("roboto-font/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"),*/

    font-display: swap;
}

@font-face{
    font-family:"Roboto-Medium";
    src: url("roboto-font/Roboto-Medium.ttf") format("truetype");
         /*url("roboto-font/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"),
         url("roboto-font/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"),*/

    font-display: swap;
}

@font-face{
    font-family:"Roboto-Light";
    src: url("roboto-font/Roboto-Light.ttf") format("truetype");
         /*url("roboto-font/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"),
         url("roboto-font/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"),*/

    font-display: swap;
}

@font-face{
    font-family:"Roboto-Thin";
    src: url("roboto-font/Roboto-Thin.ttf") format("truetype");
         /*url("roboto-font/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"),
         url("roboto-font/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"),*/

    font-display: swap;
}

/* Apply Light font */
h2.site-title,
body, p,
h1.single-hero-title,
.single-talk-sub-title,
.btalk-heading.welcome,
.event-meta-calendar,
h6, .h6, h5, .h5, h4, .h4, h3, .h3 {
 font-family: "Roboto-Light", sans-serif !important;
}

/* Apply Bold font */
h2, .h2, h1, .h1,
.btalk-tracks-filter-label,
.mini-list .btalk-talk-title,
#btalk-join .btalk-talk-title {
 font-family: "Roboto-Bold", sans-serif !important;
}

/* Apply Regular font */
ul.btalk-summit-nav li,
.reserve-button.talk-action-btn,
.btalk-summit-nav li .bt-active,
.steps-strap,
.btalk-talk-title,
.btalk-heading,
.talk-section-title,
.user-agreement-text,
.privacy-policy-text,
.account-login-link a,
.field-talk-success,
.primary-button,
.secondary-button,
.bright-button {
 font-family: "Roboto-Regular", "Franklin Gothic Medium", Tahoma, sans-serif !important;
}

