﻿
/*--Style: normal, Weight: Light---*/
@font-face {
  font-family: 'Averta';
  font-style: normal;
  font-weight: lighter;
  src: url('../fonts/Averta-Light.otf');
  }
/*--Style: normal, Weight: normal---*/
@font-face {
  font-family: 'Averta';
  font-style:  normal;
  font-weight: normal;
  src: url('../fonts/Averta-Regular.otf');
  }
/*--Style: normal, Weight: semibold---*/
@font-face {
  font-family: 'Averta';
  font-style:  normal;
  font-weight: 600;
  src: url('../fonts/Averta-Semibold.otf');
  }
/*--Style: normal, Weight: bold---*/
@font-face {
  font-family: 'Averta';
  font-style:  normal;
  font-weight: bold;
  src: url('../fonts/Averta-Bold.otf');
  }
/*--Style: italic, Weight: Light---*/
@font-face {
  font-family: 'Averta';
  font-style: italic;
  font-weight: lighter;
  src: url('../fonts/Averta-LightItalic.otf');
  }
/*--Style: italic, Weight: normal---*/
@font-face {
  font-family: 'Averta';
  font-style:  italic;
  font-weight: normal;
  src: url('../fonts/Averta-RegularItalic.otf');
  }
/*--Style: italic, Weight: Semibold---*/
@font-face {
  font-family: 'Averta';
  font-style:  italic;
  font-weight: 600;
  src: url('../fonts/Averta-SemiboldItalic.otf');
  }
/*--Style: italic, Weight: bold---*/
@font-face {
  font-family: 'Averta';
  font-style:  italic;
  font-weight: bold;
  src: url('../fonts/Averta-BoldItalic.otf');
  } 