/*
Theme Name: Amnessens
Theme URI: https://www.amnessens.fr
Author: Amnessens
Author URI: https://www.amnessens.fr
Description: Thème WordPress sur mesure pour Amnessens - Accompagnement et reconstruction pour les femmes après la maladie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amnessens
Tags: custom-theme, responsive, blog, wellness, coaching

Amnessens est un thème élégant et chaleureux dédié à l'accompagnement des femmes en reconstruction après des traitements lourds.
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --rose-primary: #E991C6;
    --rose-light: #F7DAF0;
    --rose-pale: #FFF5FC;
    --gold: #C5A572;
    --gold-light: #E8D7B8;
    --white: #FFFFFF;
    --grey: #F8F5F2;
    --text-dark: #3D3D3D;
    --text-medium: #6B6B6B;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    background: var(--white);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

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

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

/* WordPress Core Styles */
.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--text-medium);
    margin-top: 0.5rem;
}

.sticky {
    /* Styles for sticky posts */
}

.bypostauthor {
    /* Styles for post author */
}

/* Accessibility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--grey);
    border-radius: 3px;
    clip: auto !important;
    color: var(--text-dark);
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
