/*
Theme Name: GAWRYŚ Fundacja Rodzinna
Theme URI: https://gawrysfr.pl
Author: Igor Gawryś
Author URI: https://igorgawrys.com
Description: Custom theme for GAWRYŚ Fundacja Rodzinna
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gawrys-fr
*/

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

body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

.section-heading {
    position: relative;
    padding-bottom: 0.5rem;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #B91C1C;
}

.nav-link.active {
    border-bottom: 3px solid #B91C1C;
}