/* Define the PF Stamps Pro font */
@font-face {
    font-family: 'Book-Antiqua';
    src: url('../fonts/fontawesome/Book-Antiqua.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply the font globally */
body {
    font-family: 'Book-Antiqua', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Optional: Apply to all text elements explicitly */
h1, h2, h3, h4, h5, h6, p, a, li, span, div, header, footer, nav, section, article {
    font-family: 'Book-Antiqua', sans-serif;
}

.table .table-bordered {
    font-family: 'Book-Antiqua', sans-serif;
}

#booking-form input, 
#booking-form select, 
#booking-form textarea, 
#booking-form button {
    font-family: 'Book-Antiqua', sans-serif;
}