/* Resonate - regular */
@font-face {
    font-display: swap;
    font-family: 'Resonate';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Resonate-Regular.ttf') format('truetype'); 
}

/* Resonate - medium */
@font-face {
    font-display: swap;
    font-family: 'Resonate';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Resonate-Medium.ttf') format('truetype'); 
}

/* Resonate - semibold */
@font-face {
    font-display: swap;
    font-family: 'Resonate';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Resonate-SemiBold.ttf') format('truetype'); 
}

/* Resonate - bold */
@font-face {
    font-display: swap;
    font-family: 'Resonate';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Resonate-Bold.ttf') format('truetype'); 
}
