/*
Theme Name:  Akademia
Theme URI:   https://akademianaturalnegozycia.pl
Author:      POWIEC
Author URI:  https://powiec.me
Description: Custom theme dla Akademia Naturalnego Życia. Bez Elementora, bez page buildera. WooCommerce ready.
Version:     2.0.0
License:     Proprietary
Text Domain: akademia
*/

/* ── Base Reset ──────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-base);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); line-height: var(--leading-tight); color: var(--color-heading); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: none; background: none; }
