/*
Theme Name: Store
Theme URI: https://example.com/
Author: Bold & Co
Author URI: https://example.com/
Description: Unbranded WooCommerce skeleton theme for exploring native WooCommerce capabilities before any custom design work begins.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: store-theme
*/

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1a1a1a;
	background-color: #ffffff;
}

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

a {
	color: #0b5fff;
}

a:hover,
a:focus {
	color: #08409e;
}

button,
input[type="submit"],
.button {
	font-family: inherit;
	font-size: 1rem;
	cursor: pointer;
}

.site-header,
.site-footer {
	padding: 1rem;
}

.site-header nav ul,
.site-footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.site-main {
	padding: 1rem;
	max-width: 1200px;
	margin: 0 auto;
}
