/* Prompt — 400, 500, 700 normal (latin subset) */

@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/prompt/prompt-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/prompt/prompt-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/prompt/prompt-700-normal.woff2') format('woff2');
}

/* Ubuntu — 300 normal (latin subset) */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/ubuntu/ubuntu-300-normal.woff2') format('woff2');
}
