@font-face {
  font-family: SomfySans-Light;
  src: url('./fonts/SomfySans-Light.woff2') format('woff2'), 
       url('./fonts/SomfySans-Light.woff') format('woff');
}

@font-face {
  font-family: SomfySans-Regular;
  src: url('./fonts/SomfySans-Regular.woff2') format('woff2'), 
       url('./fonts/SomfySans-Regular.woff') format('woff');
}

@font-face {
  font-family: SomfySans-Medium;
  src: url('./fonts/SomfySans-Medium.woff2') format('woff2'), 
       url('./fonts/SomfySans-Medium.woff') format('woff');
}

@font-face {
  font-family: SomfySans-Bold;
  src: url('./fonts/SomfySans-Bold.woff2') format('woff2'), 
       url('./fonts/SomfySans-Bold.woff') format('woff');
}

/* Italic */
@font-face {
  font-family: SomfySans-LightItalic;
  src: url('./fonts/SomfySans-LightItalic.woff2') format('woff2'), 
       url('./fonts/SomfySans-LightItalic.woff') format('woff');
}

@font-face {
  font-family: SomfySans-Italic;
  src: url('./fonts/SomfySans-Italic.woff2') format('woff2'), 
       url('./fonts/SomfySans-Italic.woff') format('woff');
}

@font-face {
  font-family: SomfySans-MediumItalic;
  src: url('./fonts/SomfySans-MediumItalic.woff2') format('woff2'), 
       url('./fonts/SomfySans-MediumItalic.woff') format('woff');
}

@font-face {
  font-family: SomfySans-BoldItalic;
  src: url('./fonts/SomfySans-BoldItalic.woff2') format('woff2'), 
       url('./fonts/SomfySans-BoldItalic.woff') format('woff');
}

/* Extra */
@font-face {
  font-family: SomfySans-ExtraLight;
  src: url('./fonts/SomfySans-ExtraLight.woff2') format('woff2'), 
       url('./fonts/SomfySans-ExtraLight.woff') format('woff');
}

@font-face {
  font-family: SomfySans-ExtraLightItalic;
  src: url('./fonts/SomfySans-ExtraLightItalic.woff2') format('woff2'), 
       url('./fonts/SomfySans-ExtraLightItalic.woff') format('woff');
}