@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: url('cinzel-regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    src: url('cinzel-medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    src: url('cinzel-bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    src: url('outfit-light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('outfit-regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: url('outfit-semibold.ttf') format('truetype');
    font-display: swap;
}
