@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer utilities {
    .bg-parish-blue { background-color: #1a365d; }
    .text-parish-blue { color: #1a365d; }
    .border-parish-blue { border-color: #1a365d; }
    
    .bg-parish-gold { background-color: #d4af37; }
    .text-parish-gold { color: #d4af37; }
    .border-parish-gold { border-color: #d4af37; }
}

body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-serif {
    font-family: 'Playfair Display', serif;
}
