/* Custom Fonts for Rachel Massage & Yoga */

/* Le Jour Serif - Pour "Rachel" dans les logos */
@font-face {
    font-family: 'Le Jour Serif';
    src: url('../fonts/LeJourSerif-Regular.woff2') format('woff2'),
         url('../fonts/LeJourSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Brittany Signature - Pour "Massage & Yoga" */
@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignature.woff2') format('woff2'),
         url('../fonts/BrittanySignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fallbacks pour compatibilité */
.logo-rachel {
    font-family: 'Le Jour Serif', 'PT Serif', Georgia, serif;
}

.logo-subtitle {
    font-family: 'Brittany Signature', 'Sacramento', cursive;
}

.page-titles {
    font-family: 'PT Serif', Georgia, serif;
}