/* Prompt Regular */
@font-face {
    font-family: 'Prompt';
    src: url('/assets/fonts/prompt/Prompt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Prompt Bold */
@font-face {
    font-family: 'Prompt';
    src: url('/assets/fonts/prompt/Prompt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Prompt Medium */
@font-face {
    font-family: 'Prompt';
    src: url('/assets/fonts/prompt/Prompt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Prompt Light */
@font-face {
    font-family: 'Prompt';
    src: url('/assets/fonts/prompt/Prompt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}