html {
    font-family: "Catamaran"
}

.brand-logo {
    width: 12rem;
}

p,
ul,
li {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "Catamaran Light";
}

.area-header {
    background-color: var(--color-primary);
    color: var(--color-text-light);

    a {
        color: var(--color-text-light);

        &:hover {
            text-decoration: underline;
        }
    }

    font-size: 1.5rem;

    .nav {
        display: flex;
        gap: 1rem;
        font-size: 1.5rem;
        letter-spacing: .001rem;

        a {
            text-decoration: none;
        }
    }
}

.area-topbar {
    margin-top: -1rem;

    * {
        font-size: 1rem !important;
    }
}

.area-component {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background: url('/images/backgrounds/background.svg') no-repeat center 15rem;
    background-size: cover;
}

.services .area-component {
    background-position-y: -1rem;
}

.hepta-background {
    display: none;
}

.onoffcanvas-drawer.is-open {
    background-color: rgba(255, 255, 255, 1);
}


h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 300;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

h1,
.h1 {
    font-size: 3rem;
}

.hp-grid.grid__services {
    text-align: center;
}

.hp-page .page-header {
    text-align: center;
}