/*
Theme Name: Mirage Lust
Theme URI: https://miragelust.com
Author: Mirage Lust
Description: A warm editorial WooCommerce theme for Mirage Lust.
Version: 0.2.7
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: mirage-lust
*/

:root {
  --ml-ivory: #fff6ee;
  --ml-peach: #fbe4d5;
  --ml-sand: #e8d0bc;
  --ml-rose: #a94f5b;
  --ml-terracotta: #c86b4a;
  --ml-gold: #c99a52;
  --ml-espresso: #342521;
  --ml-mocha: #705b54;
  --ml-price: #c71835;
  --ml-white: #fff;
  --ml-line: rgba(52, 37, 33, .14);
  --ml-radius: 18px;
  --ml-shadow: 0 18px 38px rgba(72, 42, 27, .09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ml-ivory); color: var(--ml-espresso); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.ml-shell { width: min(100% - 40px, 1360px); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
