/* Inter 24pt — police secondaire Figma (albums, boutons Spotify)
   Graisses utilisées dans le design : 300 (Light), 500 (Medium), 700 (Bold) */

@font-face {
    font-family: 'Inter';
    src: url('Inter_24pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter_24pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
