/*
Theme Name: STINKIWEAR
Theme URI: https://stinkiwear.pl
Author: STINKIWEAR
Description: Premium WooCommerce Theme dla biurek regulowanych.
Version: 2.0.0
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: stinkiwear
*/

/*
Główny plik zawiera wyłącznie reset i fundament motywu.
Pozostałe style znajdują się w katalogu /ui.
*/

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

html {
    scroll-behavior: smooth;
    background: #0a0b0d;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

[hidden] {
    display: none !important;
}
