/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://wernerzangerle.com
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Werner Zangerle
 Author URI:   https://wernerzangerle.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Google Fonts laden */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Spectral:ital,wght@0,300;0,400;1,300;1,400&display=swap');

/* Schriftarten überschreiben */
:root {
    --global--font-primary:    'Jost', sans-serif;
    --global--font-secondary:  'Spectral', Georgia, serif;
    --heading--font-weight:    400;
    --heading--font-weight-page-title: 500;
}

/* Farben überschreiben */

:root {
    --global--color-background:    #f2f0eb;
    --global--color-primary:       #2e2b27;
    --global--color-secondary:     #5a6b5a;
    --global--color-border:        #b8b0a0;
    --global--color-primary-hover: #5a6b5a;
    --wp--style--color--link:      #5a6b5a;
}

a { color: #5a6b5a; }
a:hover { color: #2e2b27; }