@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: mralechner
Author URI: http://www.marialechner.com
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyone
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


@font-face {
    font-family: "stp-regular";
    font-weight: 500;
    font-style: normal;
    src: url("font/KlarheitKurrent-Regular.woff2") format("woff2"),
        url("font/KlarheitKurrent-Regular.woff") format("woff");
        color: red;
}

@font-face {
    font-family: "stp-bold";
    font-weight: 700;
    font-style: normal;
    src: url("font/KlarheitKurrent-Bold.woff2") format("woff2"),
        url("font/KlarheitKurrent-Bold.woff") format("woff");
    color: blue;
}

/* Variables */
:root {

	/* Font Family */
	--global--font-primary: var(--font-headings, "stp-bold", "Helvetica Neue", sans-serif) !important;
	--global--font-secondary: var(--font-base, "stp-regular", "Helvetica Neue", sans-serif) !important;
		}
		
.hastag-claim {
	font-size: 700px;
}

.site-title, .site-name {
	text-transform: none !important;
}

.site-title > a, .site-name > a {
	text-decoration: none !important;
}

  