/*
Theme Name:        Marina Shpak
Theme URI:         https://marinashpak.lt
Author:            By Accident Agency & Solutions
Author URI:        https://byaccident.solutions
Description:       Custom theme for marinashpak.lt — Gražaus Gyvenimo Akademija. WordPress + WooCommerce + custom LMS. Implements the locked design handoff homepage 1:1. Layout/component CSS lives in assets/css/theme.css; this file is for the WordPress theme header only and a few global resets that must load before everything else.
Version:           0.1.0
Requires at least: 6.5
Tested up to:      6.7
Requires PHP:      8.1
License:           Proprietary — © Marina Shpak
Text Domain:       marinashpak
Tags:              custom, ecommerce, lms, woocommerce
*/

/* Minimal pre-paint reset. The full design CSS is enqueued from assets/css/theme.css. */
*,
*::before,
*::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #F0EDE9; }
