/*
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: 'Barlow Regular', sans-serif;
    --newspack-theme-font-heading: 'Barlow Regular', sans-serif;
}

body {
    background-color: #f1f0f5;
}

/* Override parent theme's global a:hover underline.
   Specific components that intentionally use underline (breadcrumb, author)
   keep it via their own more-specific selectors. */
a:hover,
a:focus {
    text-decoration: none;
}

/* Teaser card / article title links — no underline on hover.
   !important needed: parent theme sets .entry-content a { text-decoration: underline }
   and newspack-blocks inline styles may load after external sheets. */
.entry-title a,
.entry-title a:hover,
.entry-title a:focus,
.wpnbha .entry-title a,
.wpnbha .entry-title a:hover,
.wpnbha .entry-title a:focus,
.sport1-weitere-news-section .entry-title a,
.sport1-weitere-news-section .entry-title a:hover,
.sport1-weitere-news-section .entry-title a:focus {
    text-decoration: none !important;
}

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


