@font-face {
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oxanium/v21/RrQQboN_4yJ0JmiMe2LE0Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

header {
    font-family: 'Oxanium', sans-serif; !important;
}

footer {
    font-family: 'Oxanium', sans-serif; !important;
}

body {
    color: #999;
    font-family: 'Oxanium', sans-serif; !important;
}

label {
    font-family: 'Oxanium', sans-serif; !important;
    font-weight: 400; !important;
}

.btn {
    font-family: 'Oxanium', sans-serif; !important;
}

header h1 {
    font-size: 32px; !important;
}

div.tile {
    background-color: rgba(0,0,0,0.6);
}

label.switch-input i {
    background: none;
}

label.switch-input input:checked + i::after {
    color: #ccc;
}

label.switch-input i::after {
    color: #444;
}

.form-control {
    color: #999; !important;
    background-color: rgba(0,0,0,0.7); !important;
}

div.modal-content {
    background-color: #111;
}

div.modal-header {
    border-bottom: 1px solid #444;
}

div.modal-body textarea {
    background-color: #040404;
}

div.modal-footer {
    border-top: 1px solid #444;
}
