/*
Theme Name: Monster Racing
Theme URI: 
Author: Alessandro De Medio
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monster-racing
Tags: 
*/

/*** Tagline ***/
.tagline {
    color: var(--wp--preset--color--contrast-two) !important;
    font-family: var(--wp--preset--font-family--subtitle);
    font-size: var(--wp--preset--font-size--small);
    font-weight: 500;
    letter-spacing: 10px;
    text-transform: uppercase;
}

/*** HR ***/
hr {
    border-top: 3px solid var(--wp--preset--color--contrast) !important;
    margin: 2rem 0;
    width: 100px;
    margin: var(--wp--preset--spacing--50) auto !important;
}

/*** Header ***/
#header-top {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header-top.header-bg-dark {
    background-color: var(--wp--preset--color--base) !important;
}

/*** Footer ***/
footer {
    margin-block-start: 0 !important;
}