/* Prompt Font Family */
@font-face {
    font-family: 'Prompt';
    src: url('../fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt';
    src: url('../fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt';
    src: url('../fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Apply Prompt font to all elements */
body, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select, option {
    font-family: 'Prompt', sans-serif !important;
} 