/*
Theme Name: Cristaline
Theme URI:
Author: Boutique Cristaline
Author URI:
Description: Premium, modern child theme for Storefront built for Boutique Cristaline, a Swiss multibrand fashion boutique. Phase 2 (in development): finalizes the responsive homepage on top of the Phase 1 MVP.
Template: storefront
Version: 0.2.0-dev.50
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: cristaline
*/

/* Minimal reset — base typography lives in assets/css/base.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
picture,
svg {
	max-width: 100%;
	display: block;
}

ul[class],
ol[class] {
	list-style: none;
	margin: 0;
	padding: 0;
}
