/*
Theme Name: BcuFotografia Theme 
Theme URI: https: //github.com/PatrykPaziewski/bcuFotografiaWordPressTheme
Author: Spec od IT
Author URI: https://specodit.pl/
Description: A clean and simple WordPress theme for BcuFotografia
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: bcuFotografia-theme
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */

/* Globalne ustawienie line-height bliższe Figmie */
@layer base {
    html {
        line-height: normal;
    }
}

@layer utilities {
    .bcu-menu-outline {
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        text-shadow: 0 0 0 rgba(255, 255, 255, 0.001);
        /* drobny fallback na render */
    }

    .bcu-menu-fill-accent {
        color: #F25A2A;
        -webkit-text-stroke: 1px #F25A2A;
    }

    .bcu-menu-fill-white {
        color: #ffffff;
        -webkit-text-stroke: 1px #ffffff;
    }
}