/*
Theme Name: Lemmony Child
Theme URI: http://srv81582.seohost.com.pl
Description: Motyw potomny dla Lemmony
Author: Barbara Liberska
Author URI: http://srv81582.seohost.com.pl
Template: lemmony
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, slow-design
Text Domain: lemmony-child
*/

/* --- IMPORTUJEMY STYLE MOTYWU RODZICA --- */
@import url("../lemmony/style.css");

/* --- DODATKOWE STYLE --- */
body {
    font-family: "Poppins", sans-serif;
    color: #333;
    background-color: #ffffff;
}

/* Styl nagłówka */
.site-header {
    background-color: #f8f8f8;
    padding: 10px 0;
}

/* Linki w menu */
.main-navigation a {
    color: #333;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #555;
}

/* Stopka */
.site-footer {
    background-color: #222;
    color: #fff;
    padding: 20px;
    text-align: center;
}
