@font-face {
    font-family: 'Artistamp';
    src: url('./Artistamp-Medium-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Mistral';
    src: url('./MISTRAL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.artistamp-font{
    font-family:'Artistamp' !important;
}

.mistral-font{
    font-family:'Mistral' !important;
}