@font-face {
    font-family: 'mclaren';
    src: url(fonts/mclaren-regular-webfont.woff2) format('woff2'),
         url(fonts/mclaren-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rifficfree';
    src: url(fonts/rifficfree-bold-webfont.woff2) format('woff2'),
         url(fonts/rifficfree-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

#font-loader {
    position: absolute;
    top: -100%;
    left: -100%;
}
.rifficfree {font-family: rifficfree;}
.mclaren {font-family: mclaren;}

div#frame {
    top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: #CCFFFF;
}

div#content {
    position: absolute;
}

canvas#stage {
    width: 100%;
    height: 100%;
}

div#captions {
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    font-size: 1.1em;
    background: rgba(0,0,0,0.4);
    color: white;
    line-height: 1.6em;
    pointer-events: none;
    -webkit-touch-callout: none;
    user-select: none;
    cursor: default;
}

#framerate {
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    font-family: "Lucida Console", Monaco, monospace;
    -webkit-touch-callout: none;
    user-select: none;
    cursor: default;
}
