
@font-face {
    font-family: "PT Serif";
    src: url("assets/pt-serif/ptserif_regular/PTF55F-webfont.eot");
    src: url("assets/pt-serif/ptserif_regular/PTF55F-webfont.eot?#iefix") format("embedded-opentype"),
         url("assets/pt-serif/ptserif_regular/PTF55F-webfont.woff") format("woff"),
         url("assets/pt-serif/ptserif_regular/PTF55F-webfont.ttf") format("truetype"),
         url("assets/pt-serif/ptserif_regular/PTF55F-webfont.svg#pt_serifregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PT Serif";
    src: url("assets/pt-serif/ptserif_italic/PTF56F-webfont.eot");
    src: url("assets/pt-serif/ptserif_italic/PTF56F-webfont.eot?#iefix") format("embedded-opentype"),
         url("assets/pt-serif/ptserif_italic/PTF56F-webfont.woff") format("woff"),
         url("assets/pt-serif/ptserif_italic/PTF56F-webfont.ttf") format("truetype"),
         url("assets/pt-serif/ptserif_italic/PTF56F-webfont.svg#pt_serifitalic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "PT Serif";
    src: url("assets/pt-serif/ptserif_bold/PTF75F-webfont.eot");
    src: url("assets/pt-serif/ptserif_bold/PTF75F-webfont.eot?#iefix") format("embedded-opentype"),
         url("assets/pt-serif/ptserif_bold/PTF75F-webfont.woff") format("woff"),
         url("assets/pt-serif/ptserif_bold/PTF75F-webfont.ttf") format("truetype"),
         url("assets/pt-serif/ptserif_bold/PTF75F-webfont.svg#pt_serifbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "PT Serif";
    src: url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.eot");
    src: url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.eot?#iefix") format("embedded-opentype"),
         url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.woff") format("woff"),
         url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.ttf") format("truetype"),
         url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.svg#pt_serifbold_italic") format("svg");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Arturito";
	src: url("assets/Arturito_v2/Arturito-Slab_v2.ttf") format("truetype");
    font-weight: normal;
}

body {
    font-family: "PT Serif";
    margin: 1rem calc(50vw - 480px);
}

h1 {
    font-family: "Arturito";
    text-align: center;
    font-weight: normal;
}

a {
    font-family: "Arturito";
    color: #016aba;
}

canvas {
    display: table;
    margin: 1rem auto;
}

.key {
    font-family: "Arturito";
    background-color: #ddd;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
}

.center {
    text-align: center;
}

#vertical-banner {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 8rem;
    max-width: calc(49vw - 480px);
}

footer {
    display: table;
    width: 100%;
    text-align: center;
}

footer > span, footer > a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem;
}
