/**
 * Shakreva Themes - Core Icon Typography Loader
 * Mengoptimalkan Core Web Vitals (Menghilangkan masalah Render-Blocking)
 */

@font-face {
    font-family: 'ShakrevaSchoolIcons';
    src: url('images/shakreva-icons.woff2') format('woff2'),
         url('images/shakreva-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Membantu performa PageSpeed */
}

.shakreva-icon {
    font-family: 'ShakrevaSchoolIcons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Pemetaan Kode Font Ikon Edukasi Kustom */
.sk-icon-graduation:before { content: "\e900"; color: #4ade80; }
.sk-icon-gold-medal:before { content: "\e901"; color: #D4AF37; }
.sk-icon-library:before { content: "\e902"; }
.sk-icon-campus:before { content: "\e903"; }