/*
Theme Name: Ozirea Elementor
Theme URI: https://example.com/ozirea-elementor
Author: Remark Advertising
Description: Lightweight luxury restaurant theme built for Elementor and the Ozirea Menu Manager plugin.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ozirea-elementor
*/

:root {
  --oz-ink: #181713;
  --oz-paper: #f2eee5;
  --oz-bronze: #6c4d3b;
  --oz-gold: #b69463;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--oz-paper); color: var(--oz-ink); }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: inherit; }

