/* Custom fonts za Aqua di Barraba */

/* Thryn font */
@font-face {
    font-family: 'Thryn';
    src: url('../fonts/thryn/thryn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Condor Medium */
@font-face {
    font-family: 'Condor';
    src: url('../fonts/condor/fonnts.com-Condor_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Condor Regular */
@font-face {
    font-family: 'Condor';
    src: url('../fonts/condor/fonnts.com-Condor_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Condor Bold */
@font-face {
    font-family: 'Condor';
    src:  url('../fonts/condor/fonnts.com-Condor_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}