/*
Theme Name: Modelista Online Elementor
Theme URI: https://modelistaonline.com.br/
Author: Cheila / Modelista Online
Description: Tema leve e compatível com Elementor, preparado para a página de vendas da Modelista Online.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: modelista-online-elementor
*/

:root {
  --mo-primary: #ff55ca;
  --mo-text: #241c20;
  --mo-background: #fffdf9;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mo-background);
  color: var(--mo-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.mo-site-main { min-height: 60vh; }
.mo-default-content { width: min(1120px, calc(100% - 40px)); margin: 60px auto; }
