/* Local Fonts for funcvibe */

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

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