@font-face {
    font-family: SymbolicFont;
    src: url(./app/shared/fonts/texgyreadventor-regular2.otf);
}
@font-face {
    font-family: SymbolicFont;
    font-weight: bold;
    src: url(./app/shared/fonts/texgyreadventor-bold2.otf);
}
h1 {
    color: #369;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 250%;
}
body {
    margin: 2em;
}
