/* POLICES */

@font-face {
    font-family: Geomanist-Black;
    src: url(fonts/Geomanist-Black.otf);
}

@font-face {
    font-family: Geomanist-Bold;
    src: url(fonts/Geomanist-Bold.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-Book;
    src: url(fonts/Geomanist-Book.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-ExtraLight;
    src: url(fonts/Geomanist-ExtraLight.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-Light;
    src: url(fonts/Geomanist-Light.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-Medium;
    src: url(fonts/Geomanist-Medium.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-Regular-Italic;
    src: url(fonts/Geomanist-Regular-Italic.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-Regular;
    src: url(/fonts/Geomanist-Regular.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-Thin;
    src: url(fonts/Geomanist-Thin.otf) format("opentype");
}

@font-face {
    font-family: Geomanist-Ultra;
    src: url(fonts/Geomanist-Ultra.otf) format("opentype");
}

/* BODY*/

canvas {
    display: block;
    border: 2px solid #888;
    width: 100%;
}

.hide_images {
    display: none;
}