/*
Theme Name: Parrots
Theme URI: https://waypointsoftwareusa.com/themes/parrots/
Author: Waypoint Software
Author URI: https://waypointsoftwareusa.com/
Description: A hybrid WordPress theme for aviculture, bird sanctuaries, breeders, and species reference sites. Classic template hierarchy with full theme.json design tokens, built for first-class Elementor support.
Version: 0.2.2
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parrots
Tags: blog, portfolio, custom-colors, custom-menu, custom-logo, featured-images, block-styles, wide-blocks, right-sidebar, translation-ready, editor-style, threaded-comments

Parrots is distributed under the terms of the GNU GPL v2 or later.

This stylesheet holds the theme header and the base layer only. Design tokens live in
theme.json; component styles live in assets/css/main.css.
*/

/* -----------------------------------------------------------------------------
 * Base
 * -------------------------------------------------------------------------- */

body {
	margin: 0;
	font-family: var(--wp--preset--font-family--body, sans-serif);
	font-size: var(--wp--preset--font-size--medium, 1rem);
	line-height: 1.7;
	color: var(--wp--preset--color--body-text, #33383d);
	background-color: var(--wp--preset--color--base, #ffffff);
	-webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: var(--wp--preset--font-family--heading, serif);
	line-height: 1.25;
	margin-block: 0 0.5em;
	color: var(--wp--preset--color--heading-text, #16191c);
}

a {
	color: var(--wp--preset--color--primary, #1f6f4a);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover,
a:focus {
	color: var(--wp--preset--color--primary-hover, #17573a);
}

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

/* -----------------------------------------------------------------------------
 * Accessibility
 * -------------------------------------------------------------------------- */

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

.skip-link:focus {
	background-color: var(--wp--preset--color--base, #fff);
	clip-path: none;
	color: var(--wp--preset--color--primary, #1f6f4a);
	display: block;
	font-weight: 600;
	height: auto;
	left: 6px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 2px solid var(--wp--preset--color--primary, #1f6f4a);
	outline-offset: 2px;
}
