:root {
    /* 
    Colors
    */
    --main-black: #000000;
    --main-white: #ffffff;
    --main-gray: #f5f5f5;
		--main-gray-dark: #333;
    --font-gray: #333;
    --gray-bg: #f5f5f5;
    --type-color-christian-lindner: rgb(0, 158, 227);
    --body-color: #606060;
		--font-gray: #666;
		--font-light-gray: #666;
    
    /*
    Fonts and Sizes
    */
    /* --heading-font: 'Apoc', sans-serif;
    --body-font: 'Apoc', sans-serif; */
    --header-font: "Apoc", 'Playfair Display', sans-serif;
    --body-font: "Playfair Display", sans-serif;

    /* make font sizes responsive */

    /* animations */
    --transition-duration: 0.3s;

    /* distances */
    --spacing-xxs: 0.5rem;
    --spacing-xs: 1rem;
    --spacing-s: 1.5rem;
    --spacing-m: 2rem;
    --spacing-l: 3rem;
    --spacing-xl: 4rem;
}

html {
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    html {
      --base-font-size: calc(14px + 6 * ((100vw - 320px) / 680));
      font-size: var(--base-font-size);
    }
}
@media screen and (min-width: 1000px) {
    html {
      --base-font-size: 22px;
      font-size: var(--base-font-size);
    }
}

#loadOverlay{display: none;}

:root {
--body-font-size: var(--base-font-size) * 1.1;
--small-font-size: var(--base-font-size) * 0.9;
--very-small-font-size: var(--base-font-size) * 0.8;
--button-font-size: var(--base-font-size) * 1.1;
--header-font-size: var(--base-font-size) * 2.5;


/* --body-font: "Playfair Display", serif;   */
--header-font-size: 3.6rem;
--body-font-size: 1.6rem;
--small-font-size: 1.2rem;
--very-small-font-size: 1rem;
--button-font-size: 1.6rem;

}