@font-face {
    font-family: 'Prophet';
    src: url('fonts/Prophet-Medium.woff2') format('woff2'),
        url('fonts/Prophet-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prophet';
    src: url('fonts/Prophet-ExtraBold.woff2') format('woff2'),
    url('fonts/Prophet-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prophet';
    src: url('fonts/Prophet-Bold.woff2') format('woff2'),
    url('fonts/Prophet-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prophet';
    src: url('fonts/Prophet-Regular.woff2') format('woff2'),
    url('fonts/Prophet-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url('fonts/NeueHaasUnicaW1G-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url('fonts/NeueHaasUnicaW1G-Thin.ttf') format('ttf');
    font-weight: 300;
    font-style: thin;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url('fonts/NeueHaasUnicaW1G-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: medium;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url('fonts/NeueHaasUnicaW1G-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}