/*
 * Custom font declarations for Higher Edu.
 */

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

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

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