/* TYPE */

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media all and (max-width: 767px) {
    /*html { font-size:87.5%; } */
}

body {
    width: 100%;
    top: 0 !important;
    font-family: 'IBM Plex Sans', sans-serif;
    font-optical-sizing: auto;
    font-variant-numeric: proportional-nums;
    font-variation-settings: normal;

    font-weight: 400;
    font-style: normal;
    line-height: 1.5;

    color: var(--caw-black);

    background-color: white; background-color: var(--caw-bg);


    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;


    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;

    transition: transform 0.4s ease;

    --scrollbar-width: calc(100vw - 100%);

}
h1, h2,
section h2 {
    font-family: var(--headingfont); font-weight: 700;
    color: inherit;

}

h2.h2,
section h2 {
    font-size: 36px;
    border-bottom: 1px solid currentColor; margin-bottom: 1em; padding-bottom: 0.5em;
}

section:first-child h2,
section.numbers_module h2 {
    color: white; border-color: white;
}

@media all and (max-width: 899px) {
    h1, h2.h2,
    section h2 {
        font-size: 32px;
    }
}

@media all and (max-width: 599px) {
    h1, h2.h2,
    section h2 {
        font-size: 24px;
    }
}