.crisp-edges {
  image-rendering: crisp-edges;
}

@font-face {
    font-family: 'Templar'; /*a name to be used later*/
    src: url('TemplarsCipherPlus.otf'); /*URL to font*/
}

.templar {
    font-family: 'Templar';
    color:white;
}

@font-face {
    font-family: 'Rune'; /*a name to be used later*/
    src: url('Norse-KaWl.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Rune'; /*a name to be used later*/
    src: url('NorseBold-2Kge.otf'); /*URL to font*/
    font-weight: bold;
}

.rune {
    font-family: 'Rune';
    color:white;
}

.alert {
    font-family: 'Rune';
    color:black;
}

body {
    padding-top: 65px;
}
