/*
Theme Name: Simrace News Theme
Theme URI: https://simrace.news
Author: Simrace News Team
Author URI: https://simrace.news
Description: Ein modernes WordPress-Theme für simrace.news - Handpicked Sim Racing News
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simrace-news-theme
Tags: blog, news, racing, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Simrace News Theme, Copyright 2024
Simrace News Theme is distributed under the terms of the GNU GPL
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
11.0 - Media
12.0 - Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Lato", sans-serif;font-weight: 400;font-style: normal;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

a{
    text-decoration: none;
}