/*
Theme Name: Rooster block
Author: The name of the individual or organization who developed the theme.
Description: A short description of the theme.
Version: 0.1.
Requires at least: The oldest main WordPress version supported, written in 6.00 format. 
Tested up to: The last main WordPress version the theme has been tested up to, i.e. 6.0. Write only the number.
Requires PHP: The oldest PHP version supported, in X.X format, only the number.
License: The license of the theme.
License URI: The URL of the theme license.
Text Domain: The string used for textdomain for translation. The theme slug.
*/
body {
    --wp--preset--font-family--Poppins: "Poppins",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;  
    font-family: var(--wp--preset--font-family--Poppins) !important;
    counter-reset: rowNumber; /* Zresetuj licznik wierszy */
    font-size: 16px;
    line-height: 1.5em; 
}
h1,h2,h3,h4,h5 {
    font-family: var(--wp--preset--font-family--mali) !important;
}
body:not(.wp-admin) { 
    background: var(--fff, #fff);
    margin-top: 108px;
}
                              