/* 2021-10-20 K. Garmire

This is the main style document. For the most part, style is
handled by the luna library. This mostly imports fonts and
sets up the luna canvas.

*/

html, body {
    margin: 0;
}

@font-face{
    font-family : Bebas Bold;
    src : url(../data/fonts/BebasBold.otf);
}

@font-face{
    font-family : League Gothic;
    src : url(../data/fonts/LeagueGothic.otf),
          url(../data/fonts/LeagueGothic.woff);
}

@font-face{
    font-family : Lobster;
    src : url(../data/fonts/Lobster.otf);
}

#OODDdiv {
    position: absolute;
}

#OODDcanvas {
    position: absolute;
    width: 100%;
    height: 100%;
}