@font-face {
    font-family: IntroRegular;
    font-style: normal;
    font-weight: 400;
    src: local("IntroRegular"), url(/static/media/IntroRegular.1495310252067b1a1c13.otf) format("truetype")
}

@font-face {
    font-family: IntroBlack;
    font-style: normal;
    font-weight: 900;
    src: local("IntroBlack"), url(/static/media/IntroBlack.86bb2562a454682227ab.otf) format("truetype")
}

@font-face {
    font-family: IntroBookRegular;
    font-weight: 400;
    src: local("IntroBookRegular"), url(/static/media/IntroBookRegular.737645822b0ac4b1f49d.ttf) format("truetype")
}

@font-face {
    font-family: SegoeRegular;
    src: local("SegoeRegular"), url(/static/media/Segoe-UI.904177516a6c6c681d51.ttf)
}

@font-face {
    font-family: SegoeBold;
    src: local("SegoeBold"), url(/static/media/Segoe-UI-Bold.61e5cc079e4be33fceae.ttf) format("truetype")
}

#speakerCard::-webkit-scrollbar {
    display: none
}

#speakerCard {
    -ms-overflow-style: none
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, IntroRegular, IntroBlack, IntroBookRegular, SegoeRegular, SegoeBold, sans-serif;
    margin: 0
}

.kgBold {
    font-family: SegoeBold !important
}

.kgReg {
    font-family: SegoeRegular !important
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.App {
    text-align: center
}

.App-logo {
    height: 40vmin;
    pointer-events: none
}

@media (prefers-reduced-motion:no-preference) {
    .App-logo {
        -webkit-animation: App-logo-spin 20s linear infinite;
        animation: App-logo-spin 20s linear infinite
    }
}

.App-header {
    align-items: center;
    background-color: #282c34;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: calc(10px + 2vmin);
    justify-content: center;
    min-height: 100vh
}

.App-link {
    color: #61dafb
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*# sourceMappingURL=main.4bfd2e86.css.map*/