@tailwind base;

@tailwind components;

@tailwind utilities;

@font-face {
    font-family: Tengwar-Annatar;
    src: url("/static/fonts/tengwar_annatar/tngani.ttf");
}

@font-face {
    font-family: First-Order;
    src: url("/static/fonts/first_order/firstorder.ttf");
}

@font-face {
    font-family: Elven-Common-Speak;
    src: url("/static/fonts/elvencommonspeak.ttf");
}