/*
Theme Name: Birthly
Theme URI: https://birthly.com
Author: Birthly Team
Author URI: https://birthly.com
Description: A modern WordPress theme for Birthly - prenatal and childbirth education platform
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: birthly
Tags: education, health, responsive, custom-header, custom-menu, featured-images, flexible-header, custom-logo
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;600;700;800&family=Instrument+Serif:ital,wght@0,400;1,400&display=swap");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fffcf0;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1c1c1c;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

a:hover {
    color: #009cbc;
}

button:focus-visible {
    outline: 2px solid #4a90e2 !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1;
}
