@charset "UTF-8";
/* https://fonts.googleapis.com/css?family=Heebo|Nunito+Sans generated on 2022-02-27T09:38:33+00:00 */
@font-face {font-family: 'Heebo'; font-style: normal; font-weight: 400; src: url(fonts/font-52e04698.woff2) format('woff2'), url(fonts/font-2655fdc1.woff) format('woff'); }
@font-face {font-family: 'Nunito Sans'; font-style: normal; font-weight: 400; src: url(fonts/font-b91e818a.woff2) format('woff2'), url(fonts/font-fef38ba0.woff) format('woff'); }

.uk-logo img {
    height: 40px;
    width: 90px;
}

html {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #212c34;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Heebo';
}

.uk-navbar-nav>li>a {
    font-family: 'Nunito Sans';
}

.uk-button {
	border-radius: 8px;
}
.uk-background-secondary,
.uk-section-secondary {
    background: #212c34;
}
.uk-button-secondary {
    background-color: #212c34;
}
.uk-background-primary,
.uk-section-primary {
    background: #ff8008;
}
.uk-button-primary {
    background-color: #ff8008;
}
h1, h2, h3 {
    font-weight: 700;
    }

    .uk-heading-divider {
        padding-bottom: calc(5px + 0.1em);
        border-bottom: calc(2.05px) solid #ff8008;
    }