/*
Theme Name: Choco Coop
Theme URI: http://localhost:8081/
Author: Atanas Shumkov
Description: Lightweight WooCommerce theme shell for the Choco Coop redesign.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: choco-coop
*/

html {
	background: #fff;
	box-sizing: border-box;
}

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

body {
	background: #fff;
	color: #171717;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	min-height: 100vh;
}

.site-main {
	background: #fff;
	min-height: 100vh;
}

a {
	color: inherit;
}

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

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.cc-theme-content {
	margin: 0 auto;
	max-width: 1120px;
	padding: 48px 24px;
}

.cc-theme-content > *:first-child {
	margin-top: 0;
}

.cc-theme-content > *:last-child {
	margin-bottom: 0;
}
