/* Déclarations des polices Kelpt */
@font-face {
    font-family: 'Kelpt';
    src: url('../fonts/KelptA1-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kelpt';
    src: url('../fonts/KelptA1-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kelpt';
    src: url('../fonts/KelptA1-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}