@import "tailwindcss";

@font-face {
    font-family: 'Yekan Bakh Fat';
    src: url('../fonts/YekanBakh-Fat.eot');
    src: local('../fonts/YekanBakh-Fat'),
        url('../fonts/YekanBakh-Fat.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Fat.woff2') format('woff2'),
        url('../fonts/YekanBakh-Fat.woff') format('woff'),
        url('../fonts/YekanBakh-Fat.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/YekanBakh-Medium.eot');
    src: local('../fonts/YekanBakh-Medium'),
        url('../fonts/YekanBakh-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Medium.woff2') format('woff2'),
        url('../fonts/YekanBakh-Medium.woff') format('woff'),
        url('../fonts/YekanBakh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/YekanBakh-Bold.eot');
    src: local('../fonts/YekanBakh-Bold'),
        url('../fonts/YekanBakh-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Bold.woff2') format('woff2'),
        url('../fonts/YekanBakh-Bold.woff') format('woff'),
        url('../fonts/YekanBakh-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/YekanBakh-Light.eot');
    src: local('../fonts/YekanBakh-Light'),
        url('../fonts/YekanBakh-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Light.woff2') format('woff2'),
        url('../fonts/YekanBakh-Light.woff') format('woff'),
        url('../fonts/YekanBakh-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/YekanBakh-Heavy.eot');
    src: local('../fonts/YekanBakh-Heavy'),
        url('../fonts/YekanBakh-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Heavy.woff2') format('woff2'),
        url('../fonts/YekanBakh-Heavy.woff') format('woff'),
        url('../fonts/YekanBakh-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/YekanBakh-Thin.eot');
    src: local('../fonts/YekanBakh-Thin'),
        url('../fonts/YekanBakh-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Thin.woff2') format('woff2'),
        url('../fonts/YekanBakh-Thin.woff') format('woff'),
        url('../fonts/YekanBakh-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/YekanBakh-Regular.eot');
    src: local('../fonts/YekanBakh-Regular'),
        url('../fonts/YekanBakh-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Regular.woff2') format('woff2'),
        url('../fonts/YekanBakh-Regular.woff') format('woff'),
        url('../fonts/YekanBakh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh Hairline';
    src: url('../fonts/YekanBakh-Hairline.eot');
    src: local('../fonts/YekanBakh-Hairline'),
        url('../fonts/YekanBakh-Hairline.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Hairline.woff2') format('woff2'),
        url('../fonts/YekanBakh-Hairline.woff') format('woff'),
        url('../fonts/YekanBakh-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@keyframes shake {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
}

.shake {
  animation: shake 0.5s ease-in-out infinite;
}

body, title{
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    font-family: 'Yekan Bakh';
    font-weight: normal;

}

select, option {
    font-family: 'Yekan Bakh';
}

