/*
Theme Name: ProductsOfAllSorts
Theme URI: https://productsofallsorts.online
Author: ProductsOfAllSorts Team
Author URI: https://productsofallsorts.online
Description: A clean, fast product review and blog theme for ProductsOfAllSorts.online
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: productsofallsorts
Tags: blog, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, two-columns, right-sidebar
*/

/* =============================================
   CSS VARIABLES
============================================= */
:root {
  --black: #0a0a0a;
  --white: #f8f5f0;
  --cream: #fdf9f3;
  --orange: #ff5c1a;
  --orange-light: #ff7a3d;
  --dark: #111111;
  --mid: #555555;
  --light: #888888;
  --border: #e8e2d9;
  --max: 1200px;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(0,0,0,0.07);
}

/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange); text-decoration: none; transition: all .2s; }
a:hover { color: var(--orange-light); }
ul, ol { list-style: none; }

/* =============================================
   TYPOGRAPHY
============================================= */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Syne', system-ui, sans-serif;
  font-weight: 800;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: -0.5px;
}
h1 { font-size: clamp(28px, 4vw, 52px); letter-spacing: -1.5px; }
h2 { font-size: clamp(22px, 3vw, 36px); letter-spacing: -1px; }
h3 { font-size: clamp(18px, 2.5vw, 26px); }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
p { margin-bottom: 18px; color: #333; line-height: 1.8; }
p:last-child { margin-bottom: 0; }

/* =============================================
   LAYOUT
============================================= */
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.site-wrapper { display: flex; flex-direction: column; min-height: 100vh; }
.site-content { flex: 1; }

/* =============================================
   GOOGLE FONTS IMPORT
============================================= */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');
