/*
Theme Name: GUADESK
Theme URI: https://guadesk.pl
Author: GUADESK
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: guadesk
*/

/*
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: #111217;
}

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;
}
