/* Custom Fonts voor BLESS website */

/* Suntowns - Cursive font voor headers */
@font-face {
    font-family: 'Suntowns';
    src: url('../fonts/Suntowns.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Agency FB Bold - Logo font */
@font-face {
    font-family: 'AgencyFB';
    src: url('../fonts/AgencyFB-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

