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

/* DM Sans - Medium */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('dm-sans-medium.ttf') format('truetype');
}

/* DM Sans - Semibold */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('dm-sans-semibold.ttf') format('truetype');
}

/* DM Sans - Bold */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('dm-sans-bold.ttf') format('truetype');
}

/* DM Serif Display - Regular */
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('dm-serif-display-regular.ttf') format('truetype');
}

/* DM Serif Display - Italic */
@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('dm-serif-display-italic.ttf') format('truetype');
}

/* JetBrains Mono - Regular */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('jetbrains-mono-regular.ttf') format('truetype');
}

/* JetBrains Mono - Medium */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('jetbrains-mono-medium.ttf') format('truetype');
}

/* JetBrains Mono - Semibold */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('jetbrains-mono-semibold.ttf') format('truetype');
}
