/*
Theme Name: Skogtroll Landing
Theme URI: https://skogtroll.com
Author: Skogtroll Design
Author URI: https://skogtroll.com
Description: Nowoczesny skandynawsko-industrialny motyw landing page B2B dla składu katalogów produktowych i druku. W pełni edytowalny w Gutenbergu.
Version: 1.0.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skogtroll-landing
Tags: one-column, custom-logo, custom-menu, featured-images, block-patterns
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

/* Podstawowe resety */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--wp--preset--font-family--roboto);
    color: var(--wp--preset--color--dark);
    background-color: var(--wp--preset--color--light);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* WordPress Core Blocks Support */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.wp-block-buttons {
    gap: 16px;
}

/* Accessibility */
:focus-visible {
    outline: 2px solid var(--wp--preset--color--accent);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Skip to content */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
    padding: 15px;
    background: white;
    border: 2px solid #0F172A;
}

/* --- Logo: rozmiar bezpieczny --- */
.site-logo img,
.custom-logo-link img,
.site-logo svg {
  max-height: 300px;  /* dostosuj do swoich potrzeb */
  height: auto;
  width: auto;
}
