/*
Theme Name: eMerchant Velocity
Theme URI: https://emerchant.uk/
Author: Your Name / Company Name
Author URI: https://emerchant.uk/
Description: An ultralight theme optimised for SEO and speed for emerchant.uk. Built for Core Web Vitals and OpenLiteSpeed servers.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emerchant-velocity
Tags: full-site-editing, block-theme, seo, performance, custom-theme
*/

/*
 * In a modern block theme, this file is primarily for the theme's declaration.
 * Global CSS variables can be defined here and used in theme.json.
*/

:root {
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-headings: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    --color-primary: #0A74DA; /* Example blue */
    --color-dark: #1D242B;
    --color-light: #FFFFFF;
    --color-text: #333333;
    --color-background: #F8F9FA;
}

@media (max-width: 900px) and (min-width: 601px) {
    .wp-block-navigation .wp-block-navigation__container {
        /* Pozwala elementom menu zawijać się do nowej linii */
        flex-wrap: wrap;
        /* Wyśrodkowuje zawinięte elementy */
        justify-content: center;
    }

    .wp-block-navigation-item {
        /* Dodaje mały margines, gdy elementy są obok siebie */
        margin: 5px;
    }
}