/*
Theme Name: KelvinIs Landing
Theme URI: https://example.com
Author: Kelvin Tendayi
Author URI: https://example.com
Description: Elementor‑ready landing page theme for Kelvin's portfolio.
Version: 1.0
Text Domain: kelvinis-landing
*/

/* Basic reset so Elementor has a clean slate */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #F9F7F2;
  color: #1C1C1E;
}

