@font-face {
    font-family: 'Inter-SemiBold'; /* 1. Changed font-family name */
    src: url('/wp-content/themes/sshop/fonts/Inter-SemiBold.woff2') format('woff2'),
         url('/wp-content/themes/sshop/fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter'; /* 2. Kept main font-family name */
    src: url('/wp-content/themes/sshop/fonts/Inter-Regular.woff2') format('woff2'),
         url('/wp-content/themes/sshop/fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}