
/* Thin - 100 */
  @font-face {
  font-family: 'Sora';
  src: url('webfonts/Sora-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

/* ExtraLight - 200 */
@font-face {
  font-family: 'Sora';
  src: url('webfonts/Sora-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

/* Light - 300 */
@font-face {
  font-family: 'Sora';
  src: url('webfonts/Sora-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

/* Regular - 400 */
@font-face {
  font-family: 'Sora';
  src: url('webfonts/Sora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Medium - 500 */
@font-face {
  font-family: 'Sora';
  src: url('webfonts/Sora-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* SemiBold - 600 */
@font-face {
  font-family: 'Sora';
  src: url('webfonts/Sora-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

/* Bold - 700 */
@font-face {
  font-family: 'Sora';
  src: url('webfonts/Sora-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* ExtraBold - 800 */
@font-face {
  font-family: 'Sora';
  src: url('Sora-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}


*{
    font-family:'Sora';
}