@font-face {
    font-family: 'TitleFont';
    src: url('../fonts/Eden\ Mills\ Bd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeaderFont';
    src: url('../fonts/Karma\ Suture.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NormalFont';
    src: url('../fonts/Karma\ Suture.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
header {
    font-family: 'TitleFont';
    font-size: 1cm;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'HeaderFont';
}
table {
    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        padding: 0;
        margin: 0;
    }
    font-size: 40px;
}
body {
    font-family: 'NormalFont', monospace;
}