/*
Theme Name: Newspack Sport1
Theme URI: https://github.com/wpcomvip/sport1
Template: newspack-theme
Author: Damian Zamojski
Author URI: https://www.sport1.de/
Description: Child theme for Newspack, customized for Sport1 needs.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newspack-sport1-theme
Tags: Newspack, Child Theme, Sport
*/

:root {
    --newspack-theme-font-body: 'Sport1', sans-serif;
    --newspack-theme-font-heading: 'Sport1', sans-serif;
}

body {
    background-color: #f1f0f5;
}

.rm-top-margin {
    margin-top: -35px;
}