.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: Arial, sans-serif;
}

/* Form alanları: iOS zoom engelleme + rahat yazım için min 16px font + ferah padding
   Tailwind utility'lerini ezmek için !important kullanıyoruz. */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="time"],
select,
textarea {
    font-size: 16px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
    line-height: 1.4 !important;
    min-height: 2.85rem;
}

textarea {
    min-height: 7.5rem !important;
}

