/* Somar Sans – Optimized for Vite & Production */

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('./SomarSans-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./SomarSans-Light.woff') format('woff');
}

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./SomarSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./SomarSans-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./SomarSans-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./SomarSans-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./SomarSans-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Somar Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./SomarSans-Black.woff') format('woff');
}