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

@font-face {
    font-family: 'BetterWith';
    src: url('../fonts/BetterWith-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BetterWith';
    src: url('../fonts/BetterWith-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BetterWith Compressed';
    src: url('../fonts/BetterWithCompressed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Custom Tailwind-like utility classes */
.font-betterwith {
    font-family: 'BetterWith', sans-serif;
}

.font-betterwith-compressed {
    font-family: 'BetterWith Compressed', sans-serif;
}
