/*
Theme Name: SizePass
Theme URI: https://sizepass.com
Author: Mangi Tshikomba
Author URI: https://sizepass.com
Description: Landing theme for SizePass – Your Digital Size Profile. Cream, ink, and rust design with Playfair Display and DM Sans.
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sizepass-theme
*/

/* Base reset - full styles in assets */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #F5F0E8;
  color: #1A1714;
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
