/*
Theme Name: Straun Health
Theme URI: https://www.straunhealth.com/
Description: Custom theme crafted for Straun Health & Wellness with first-class Elementor integration and accessibility-first design.
Author: Zanya Wilkinson
Author URI: https://www.straunhealth.com/
Version: 0.1.0
Text Domain: straun-health
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Core resets */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    color: #1f2933;
    background-color: #ffffff;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
    color: #102a43;
    margin-bottom: 0.75em;
}

p, ul, ol, dl {
    margin-bottom: 1.25em;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #1d4ed8;
}

.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;
}

