﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');

#header-menu ul.header-nav a {
    font-family: 'Space Grotesk' !important;
    font-weight: 700;
    font-size: 16px;
}
a.btn, a.btn-secondary {
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
div.footer-menu ul li a {
    font-family: 'Space Grotesk' !important;
    font-weight: 700;
    font-size: 16px;
}
.header-logo-primary {
    height: 100% !important;
}
.header-logo-primary img {
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
}
h1,
.hero-title {
    font-family: 'Orbitron' !important;
}
p,
.btn,
h2,
h3,
h4,
.heading2,
.heading3,
.heading4,
ul,
ol{
    font-family: 'Space Grotesk' !important;
}
.stickyheader--not-top .header-logo img {
    height: 40px !important;
}