/* Thin */
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ExtraLight */
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

/* Regular */
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'Montserrat';
    src: url('./Montserrat/Montserrat-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

/* Playlist Script */
@font-face {
    font-family: 'Playlist';
    src: url('./Playlist-Script/Playlist-Script-2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-playlist {
    font-family: 'Playlist', sans-serif;
}