:root {
    --primary: #28A745;
    --secondary: #0A2533;
    
    --background1: #FFFFFF;
    --background2: #FCFCFC;
    --background3: #111827;
    --background4: #F8FAFC;
    --background5: #FDFDFD;
    --bodyText: #6C757D;
    --stroke: #E2E8F0;
    --star: #FAC515;
    --contact-icons:#EC4899;

    --font-main: 'Inter','Segoe UI', system-ui, sans-serif;
    --font-titles: 'Playfair Display', Georgia, 'Times New Roman', 'Segoe UI', system-ui, sans-serif;
    --fs-h1: 3.625rem;
    --fs-h2: 3rem;
    --fs-h3: 2.5rem;
    --fs-h4: 2rem;
    --fs-h5: 1.75rem;
    --fs-h6: 1.438rem;
    --fs-title1: 1.188rem;
    --fs-title2: 1rem;
    --fs-body: .813rem;
    --fs-caption: .688rem;

    --lh-tight: 1.2;
    --lh-normal: 1.4;
}

/* @font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */