
/* Caesar Dressing - Regular */
@font-face {
    font-family: 'Caesar Dressing';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/caesar-dressing/CaesarDressing-Regular.ttf') format('truetype');
}

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

/* Playfair Display - SemiBold (600) */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/playfair-display/PlayfairDisplay-SemiBold.ttf') format('truetype');
}

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

/* Inter - Light (300) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/inter/Inter_18pt-Light.ttf') format('truetype');
}

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

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

/* Inter - SemiBold (600) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
}
