/* Local Fonts */

/* DM Sans — Regular */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-sans-v15-latin-regular.woff2') format('woff2');
}

/* DM Sans — Medium */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/dm-sans-v15-latin-500.woff2') format('woff2');
}

/* DM Sans — Semi-Bold */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/dm-sans-v15-latin-600.woff2') format('woff2');
}

/* DM Sans — Bold */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/dm-sans-v15-latin-700.woff2') format('woff2');
}

/* DM Sans — Regular Italic */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-sans-v15-latin-italic.woff2') format('woff2');
}

/* Playfair Display — Semi-Bold */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/playfair-display-v37-latin-600.woff2') format('woff2');
}

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