@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
    font-family: 'sahel';
    src: url('https://ticket.santamco.ir/ticket/public/fonts/sahel.woff2') format('woff2'),
    url('https://ticket.santamco.ir/ticket/public/fonts/sahel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'sahel', sans-serif;
    /*direction: rtl;*/
}
