/* 
   The Bath Factory - Inter Font
   Google Fonts üzerinden yükleniyor
*/

/* Inter Font - Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Global Font Ayarları - The Bath Factory */
* {
    font-family: "Inter", sans-serif !important;
}

body {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Heading'ler için */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
}

/* Button ve Link'ler için */
button, .btn, a {
    font-family: "Inter", sans-serif !important;
}

/* Input ve Form Elemanları için */
input, textarea, select, option {
    font-family: "Inter", sans-serif !important;
}

/* Diğer yaygın elemanlar */
p, span, div, label, li, td, th {
    font-family: "Inter", sans-serif !important;
}




