/*
Theme Name: Madras24
Theme URI: https://madras24.pl/
Author: Madras24
Description: Czysty motyw WooCommerce dla sklepu Madras24. Bez elementów demonstracyjnych Earth/Astra.
Version: 1.0.0
Text Domain: madras24
*/

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fffdf8;
    color: #2e322c;
}

img {
    max-width: 100%;
    height: auto;
}

.site {
    min-height: 100vh;
}

.ast-container,
.content-area,
.site-main {
    width: 100%;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
