
/*
Theme Name: Diesel Mindset
Theme URI: http://dieselmindset.com
Author: Cody Ostrom
Author URI: http://dieselmindset.com
Description: A full WordPress theme for coaching, life rebuilding, and motivational content from the road.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dieselmindset
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template, responsive-layout
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');

body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    background: #1a1a1a;
    color: #f2f2f2;
}

h1, h2, h3 {
    color: #e60000;
}

a {
    color: #e60000;
    text-decoration: none;
}

header, footer {
    background: #111;
    padding: 20px;
    text-align: center;
}
