@tailwind base;
@tailwind components;
@tailwind utilities;

/* @import "../../vendor/filament/filament/resources/css/app.css"; */

@font-face {
    font-family: "iransans";
    src: url("../fonts/IRANSansWeb_Light.woff2") format("woff2");
    src: url("../fonts/IRANSansWeb_Light.woff") format("woff");

    font-family: "iranyekan";
    src: url("../fonts/iran-yekan-300.ttf") format("ttf");
    src: url("../fonts/iran-yekan-300.woff2") format("woff2");
    src: url("../fonts/iran-yekan-300.woff") format("woff");

}


* {
    font-family: iranyekan;
    /*font-size: 1.02rem;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.fi-ta-text-summary{
    font-weight: bold;
}
