/*
Theme Name: Cris UGC
Theme URI: https://luarisdigital.com/
Author: Luaris Digital
Author URI: https://luarisdigital.com/
Description: Lightweight Elementor-first framework for a UGC creator portfolio. Full-width, responsive and intentionally minimal so Elementor controls the page design.
Version: 0.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: cris-ugc
*/

:root {
  --cris-yellow: #f5bc4d;
  --cris-orange: #ec8834;
  --cris-pink: #f7c7c6;
  --cris-teal: #316365;
  --cris-aqua: #5ea2a2;
  --cris-cream: #fff5e0;
  --cris-ink: #223334;
  --cris-white: #ffffff;
  --cris-page-gutter: clamp(16px, 3vw, 40px);
}

html { box-sizing: border-box; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; min-width: 320px; color: var(--cris-ink); background: var(--cris-white); }
a { color: inherit; }
img, video, iframe, svg { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
