/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.10.2021, 14:23:05
    Author     : erikeckert
*/

body, h1 {
    font-family: "d-dinregular"
}

.uk-background-secondary, .uk-section-secondary {
    background-color: #1c222e;
}

h1 {
    text-transform: uppercase;
}

.uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary {
    color: #f7a71f !important;
}

