Files
mehraein-front/app/globals.css
T
hamid zarghami 4b8031b9e5 fix: bug font
2026-07-13 16:27:24 +03:30

51 lines
691 B
CSS

@import "tailwindcss";
html {
direction: rtl;
max-width: 100%;
}
body {
font-family: IRANYekan;
margin: 0;
padding: 0;
width: 100%;
direction: rtl;
background: #fff;
font-feature-settings: "lnum"; /* اطمینان از نمایش اعداد انگلیسی */
}
html,
body {
height: 100%;
margin: 0;
}
html,
body,
#root {
min-height: 100% !important;
height: 100%;
}
* {
outline: none;
}
input::placeholder,
textarea::placeholder {
color: #888888;
}
input.place-black::placeholder {
color: black;
}
textarea.place-black::placeholder {
color: black;
}
@theme {
--color-primary: black;
--color-description: #888888;
--spacing-maxWidth: 1100px;
}