/* Gothica Font Family Definitions */
@font-face {
    font-family: 'Gothica';
    src: url('../fonts/gothica/Gothica-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothica';
    src: url('../fonts/gothica/Gothica-BookOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gothica';
    src: url('../fonts/gothica/Gothica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gothica';
    src: url('../fonts/gothica/Gothica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Default font settings for the entire website */
html, body {
    font-family: 'Gothica', sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* Heading styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gothica', sans-serif;
    font-weight: bold;
    font-style: normal;
} 