@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap');

body {
    color: var(--kiga-text-primary);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

#header .logo img, #header .logo svg {
    height: 75px !important; width: auto;
    transition: height 0.3s ease-in-out;
}

body.header-fixed.header-animated #header.scrolled .logo img {
    height: 45px !important;
}
