/*
Theme Name: All Abilities
Theme URI: https://allabilitiesswim.com
Author: Ignitro
Description: Blank starter theme for All Abilities Swim, built for the Gutenberg block editor with ACF blocks.
Version: 1.0.0
Requires PHP: 8.0
Text Domain: all-abilities
*/

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

body {
	margin: 0;
	font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.5;
	color: #1a2e3b;
}

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

.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 !important;
}
