/**********************************************
 * FONT YÜKLEME
 **********************************************/
 @font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/**********************************************
 * POPULAR SECTION (Popüler Ürünler Başlığı)
 **********************************************/

/* Genel alan */
.popular-section {
    margin-top: 44px; /* Üstten boşluk */
    display: flex;
    justify-content: center; /* Ortala */
    align-items: center; /* Dikey ortalama */
    text-align: center; /* İçerik ortalaması */
    padding: 0 20px; /* Sağ ve soldan boşluk */
}

/* Başlık */
.popular-title {
    color: #000;
    font-family: "Satoshi", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    text-align: center;
}
