@font-face { font-family: IRANSansX-Regular; src: url(../../assets/font/IRANSansX/Webfonts/fonts/woff/IRANSansX-Regular.woff); } .header { font-family: IRANSansX-Regular; } .header-search-input { direction: rtl; } .header-search-input:focus { outline: none !important; } .subMenu { -webkit-animation: fadeInAnimation ease-in-out 0.5s; animation: fadeInAnimation ease-in-out 0.5s; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInAnimation { 0% { opacity: 0; } 100% { height: -webkit-fit-content; height: fit-content; opacity: 1; } } @keyframes fadeInAnimation { 0% { opacity: 0; } 100% { height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; opacity: 1; } } /*# sourceMappingURL=Header.css.map */