/* Add custom CSS styles below */ 

/* 1. تعريف الخط وجلبه من الرابط */
@font-face {
    font-family: 'FFShamelFamily-Unique';
    src: format('opentype'); /* التعديل هنا لصيغة OTF */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 2. تطبيق الخط على المتجر بالكامل */
body, h1, h2, h3, h4, h5, h6, p, span, a, button, input, div {
    font-family: 'FFShamelFamily-Unique', sans-serif !important;
}