@import "tailwindcss";

@font-face {
    font-family: 'iranyekan';
    src: url('../font/iran-yekan/iran-yekan-300.woff2') format('woff2'),
         url('../font/iran-yekan/iran-yekan-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: iranyekan;
}

button {
    cursor: pointer;
    outline: none;
}

:root {
    --primary: #6f9a8d;
    --secondary: #127d0e;    ;
}

.ta02 {
    transition: all 0.2s ease-in-out;
}