﻿@font-face {
    font-family: scout;
    src: url(/fonts/Scout-Regular.otf)
}

html, body {
    font-family: scout;
    font-size: 20px;
    background-color: #41474c;
    color: #fff;
}
