/*
Theme Name: trustincase
Theme URI: https://www.angerco.de/themes/
Author: Softwareentwicklung angercode
Author URI: https://www.angerco.de
Description: This is the trustincase WordPress Theme - based on 2021
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trust
Template: twentytwentyone
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import './assets/css/vars.css';
@import './assets/fonts/firasans.css';
@import './assets/css/layout.css';
@import './assets/css/navigation.css';
@import './assets/css/homepage.css';
@import './assets/css/blog.css';
@import './assets/css/testimonials.css';

body
{
    background : var(--trust-body-color) !important;
    overflow-x : hidden;
}

*
{
    font-family : 'firasans' !important;
    box-sizing  : border-box!important;
}

h1, h2, h3, h4, h5, h6, p
{
    font-family : 'firasans' !important;
}

*:focus
{
    outline : none;
}
