@charset "UTF-8";

/** 
* @author     : mefamex (https://mefamex.com/)
* @company    : demirosgb (https://demirosgb.com/)
* @website    : https://demirosgb.com/
* @copyright  : © 2025 Demirosgb. Tüm hakları saklıdır
* @file       : normalize.css
* @created    : 2025-08-29
* @updated    : 2025-08-29
* @description: normalize stylesheet (reset styles, base styles, ...)
* @version    : 1.0.0
*
* @changelog: 
* - v1.0.0 (2025-08-29) - İlk versiyon
*
* =============================
*           NOTES 
* =============================
* 
* TODO:
* - [ ] Dark mode toggle
* - [ ] Performance optimizasyonu
* 
* FIXME:
* - 
**/ 

img, picture, video, canvas, svg {
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
    color: inherit;
}

:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

h1, h2, h3, h4, h5, h6, p {
    text-rendering: optimizeLegibility;
}
