﻿html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif !important;
    margin-top: 74px;
    background-color: #e2f0f8;
}
b {
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

.wehrspohn-brand {
    font-family: Georgia, 'Times New Roman', Times, serif
}

.wehrspohn-primary {
    background-color: #0060B4 !important;
}

.wehrspohn-secondary {
    background-color: #EE7F01 !important;
}

.wehrspohn-primary-text {
    color: #0060B4 !important;
}

.wehrspohn-secondary-text {
    color: #EE7F01 !important;
}