/*
Theme Name: Mój Bootstrap - Test
Author: Konrad
Description: Własny motyw WordPress oparty na Bootstrap 5.3
Version: 1.0
Text Domain: moj-motyw
*/

.custom-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 3px solid #0d6efd;
}

.custom-hero-section h1 {
    color: #212529;
    letter-spacing: -1px;
}