/*
Theme Name: Cerca 2022 Child
Author: tom@cerca.design
Description: Neuer Versuch
Version: 1.0
Template: twentytwentytwo

This is the child theme for Twenty Twenty-Two theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

html {
    scroll-behavior: smooth;
    /*scroll-margin-top: 3rem;*/
}

body {
    -moz-font-feature-settings:    "kern" 1; 
    -ms-font-feature-settings:     "kern" 1; 
    -o-font-feature-settings:      "kern" 1; 
    -webkit-font-feature-settings: "kern" 1; 
    font-feature-settings:         "kern" 1;
    font-kerning: normal;
}

p {
    letter-spacing: 0.025rem;
    word-spacing: 0.001rem;
}

p {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}

h1, h2, h3, h4, h5, h6 {
    -moz-font-feature-settings:    "ss01" 1, "ss03" 1; 
    -ms-font-feature-settings:     "ss01" 1, "ss03" 1; 
    -o-font-feature-settings:      "ss01" 1, "ss03" 1; 
    -webkit-font-feature-settings: "ss01" 1, "ss03" 1;
    font-feature-settings:         "ss01" 1, "ss03" 1;
}

h1, h2, h3, h4 {
    letter-spacing: -0.075rem;
    word-spacing: -0.01rem;   
}

h5, h6, {
    letter-spacing: -0.06rem;
    word-spacing: -0.004rem;   
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}
a:link {text-decoration: none}
a:hover,
a:focus {text-decoration-style: dashed;
        color: var(--wp--preset--color--foreground);}
a:active {text-decoration: none;}
a:visited {text-decoration: none}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
    color: var(--wp--preset--color--foreground);
}

.amazingreg {
    fontFamily: "amazingslab", serif;
}

.schatten {
  box-shadow: 9px 12px 18px #E8F0F0;
}
