/*
Theme Name: Raving Horses
Theme URI: https://raving-horses.de
Description: ERaving Horses Theme.
Author: Raving Horses Crew
Author URI: https://raving-horses.de
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.copyright {
    text-align: center;
}

.entry-content h1 {
    max-width: 100% !important;
    font-size: 3rem;
}

@font-face {
    font-family: 'Burnstown Dam';
    src: url('fonts/BurnstownDam-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.site-title{
    font-family: 'Burnstown Dam';
    margin: 0;
    color: #8C5B30;
}

.site-title {
    font-size: 5rem;
    text-decoration: none !important;
}

.site-title a {
    text-decoration: none !important;
}

.site-header {
    padding-bottom: 0 !important;
}

.site-branding {
    max-width: 100% !important;
}