/* Local Fonts */
/* Import Cinzel font */
@import url('../fonts/cinzel.css');

/* Fallback to system fonts if local fonts fail to load */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', Georgia, 'Times New Roman', serif;
}

