/*
Theme Name: Marinor
Theme URI: https://therowela.com/themes/marinor
Author: Rowela A.
Author URI: https://therowela.com
Description: Marinor is a lightweight, secure, and performance-focused WordPress starter theme. Built for speed, SEO, Gutenberg, and Elementor compatibility.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marinor
Tags: custom-theme, lightweight, seo-ready, elementor, gutenberg
*/

/* Base reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
}

/* Responsive container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
 
