
@font-face {
    font-family: 'Nunito';
    src: url('https://gmjpnlaxvvcdihtlumkt.supabase.co/storage/v1/object/public/misc/Nunito.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ElestralsFont';
    src: url('https://gmjpnlaxvvcdihtlumkt.supabase.co/storage/v1/object/public/misc/ElestralsFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya';
    src: url('https://gmjpnlaxvvcdihtlumkt.supabase.co/storage/v1/object/public/misc/Alegreya.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
  /* To use your custom font */
  --font: 'Nunito';
  --card-font: "Alegreya";
  --card-ico-font: "ElestralsFont";
}