/*
Theme Name: Didun
Theme URI: https://www.didun.com.br/
Author: Surta
Author URI: https://www.surta.com.br/
Description: Tema WordPress clássico e leve para a Dídùn — confeitaria artesanal vegana. Compatível com WooCommerce, mobile first, animações sutis e foco em performance.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: didun
Tags: e-commerce, custom-menu, custom-logo, featured-images, translation-ready, accessibility-ready, block-patterns, wide-blocks
*/

/*
 * This file exists for the WordPress theme header above and for the small
 * reset below. All presentational rules live in assets/css/main.css, which is
 * enqueued separately — see inc/enqueue.php. There is deliberately no @import.
 */

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

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

body {
	margin: 0;
}

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

img,
video {
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
}

/*
 * The `hidden` attribute is only a UA-stylesheet `display: none`, so any class
 * that sets `display` (every .btn here) silently defeats it. The theme toggles
 * real UI with `hidden`, so it has to win.
 */
[hidden] {
	display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

/* Accessible "visually hidden" helper, matching core's class names. */
.screen-reader-text,
.didun-sr-only {
	border: 0;
	clip-path: inset( 50% );
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus,
.didun-sr-only:focus {
	background: #fbf8f4;
	clip-path: none;
	color: #3d1e56;
	height: auto;
	left: 16px;
	padding: 12px 22px;
	top: 16px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}
