/* Lato Thin - 100 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.woff2') format('woff2'),
       url('../fonts/Lato-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.woff2') format('woff2'),
       url('../fonts/Lato-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

/* Lato Light - 300 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff2') format('woff2'),
       url('../fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.woff2') format('woff2'),
       url('../fonts/Lato-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

/* Lato Regular - 400 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
       url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.woff2') format('woff2'),
       url('../fonts/Lato-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

/* Lato Bold - 700 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'),
       url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
       url('../fonts/Lato-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

/* Lato Black - 900 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff2') format('woff2'),
       url('../fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.woff2') format('woff2'),
       url('../fonts/Lato-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

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

/* Comme Font Family */
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-Thin.woff2') format('woff2'),
         url('../fonts/Comme-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-ExtraLight.woff2') format('woff2'),
         url('../fonts/Comme-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-Light.woff2') format('woff2'),
         url('../fonts/Comme-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-Regular.woff2') format('woff2'),
         url('../fonts/Comme-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-Medium.woff2') format('woff2'),
         url('../fonts/Comme-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-SemiBold.woff2') format('woff2'),
         url('../fonts/Comme-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-Bold.woff2') format('woff2'),
         url('../fonts/Comme-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-ExtraBold.woff2') format('woff2'),
         url('../fonts/Comme-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Comme';
    src: url('../fonts/Comme-Black.woff2') format('woff2'),
         url('../fonts/Comme-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}