


:root{
        @import url('https://fonts.googleapis.com/css2?family=Istok Web&display=swap');
        --primary: #53565a;
        --accent-1: #58645b;
        --accent-2: #96cd8b;
        --accent-3: #c9e5ca;
        --accent-4: #4daa50;
        --font-color: #53565a;
        --primary-logo-max: 312px;
        --secondary-logo-max: 393px;
        --header-font: "Istok Web", sans-serif;
        --paragraph-font: "Istok Web", sans-serif;

        --white: #ffffff;
        --light: #edf6ed;
        --dark: #58645b;
        /* accordion */
        --tab-hightlight: #53565a;

        --global-padding: rem;
}       

