@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/Century-Gothic_9791.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/Century-Gothic-Bold_9789.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Apply the font globally */
body {
    font-family: 'Century Gothic', sans-serif;
}