/* Ana Site CSS Dosyası */
/* Bu dosya, projenin tüm CSS bileşenlerini ve temel stillerini bir araya getirir. */

/* 1. Temel Stiller ve Değişkenler (İleride oluşturulacak) */
/* @import url('./base/_variables.css'); */
/* @import url('./base/_reset.css'); */

/* 2. Ortak Bileşenler */
/* Proje genelinde kullanılan yeniden kullanılabilir UI bileşenleri */
@import url('./components/_buttons.css');
@import url('./components/_modal.css');

/* 3. Sayfa Özel Stiller */
@import url('./pages/_urun-cekimi.css');
