/*
Theme Name: Viktoria Hair
Theme URI: https://hair-viktoria.cz
Author: Viktoria Hair Studio
Author URI: https://hair-viktoria.cz
Description: Custom lightweight theme for Viktoria Hair, a hairdressing studio in Prague 13, Stodulky specialising in the Curly Girl Method, permanent waves, and precise cuts and colour.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hair-viktoria
*/

/* Base styles live in assets/css/main.css. This file only carries the
   required theme header plus a minimal reset so the page is never
   completely unstyled if the main stylesheet fails to enqueue. */

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

body {
	margin: 0;
}

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