@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/ClashDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/ClashDisplay-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Clash Display';
    src: url('/fonts/ClashDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

html, iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
}

/* Bootstrap Reboot is imported from main.js, after this file is linked, and its
   body rules win. Both of these have to be restated where Reboot cannot reach. */
body {
    background-color: #040404;
}

#app {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}
