/**
 * Beauty Connection - Local Font Definitions
 * Prata font for headings
 */

/* Prata Regular (400) - Latin Extended */
@font-face {
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/prata-regular.woff2') format('woff2'),
         url('../fonts/prata-regular.ttf') format('truetype');
}

/* Apply Prata to all headings */
body.wp-child-theme-xstore-child {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Prata', serif;
        font-weight: 400;
    }
}
