@font-face {
    font-family: 'beachday';
    src: url('beachday.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* تطبيق خط Gomy على جميع عناصر الموقع باستثناء وسوم وأصناف الأيقونات */
*:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not([class^="fa-"]):not([class*=" fa-"]):not(svg):not(.feather) {
    font-family: 'beachday', sans-serif !important;
}