/*
Theme Name: Etlala
Theme URI: https://etlala.app
Author: Etlala
Author URI: https://etlala.app
Description: Premium RTL-first marketing theme for Etlala — shoppable looks for Salla and Zid storefronts. Polylang-ready.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: etlala
Tags: rtl-language-support, translation-ready, custom-menu, featured-images
*/

/* Core reset — detailed tokens live in assets/css/main.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

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

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

button {
  cursor: pointer;
}

a {
  color: inherit;
}
