/*
Theme Name: kadry-hudobski
Theme URI: https://kadry-hudobskifotografia.pl/
Template: astra
Author: hudobski zbigniew
Author URI: kadry-hudobskifotografia.pl
Description: hudobski motyw – minimalny CSS dla wydajności
Version: 4.11.10.1756238835
Updated: 2025-08-28
*/

/* Reset box-sizing */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Podstawowe kolory i fonty */
body {
    color: #808285;
    font-family: "Roboto", sans-serif;
    line-height: 1.857;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Linki */
a {
    color: #4169e1;
    text-decoration: none;
}

/* Nagłówki */
h1, h2, h4, h5 {
    color: #808285;
}

/* Obrazy - responsywne */
img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Przyciski Elementor */
.elementor-button {
    background-color: #69727d;
    border-radius: 4px;
    color: #fff;
    padding: 12px 24px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}

/* Responsywne przyciski */
@media (max-width:767px) {
    .elementor-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}


