/* ========= FONT DEFINITION ========= */
/* ======================================================= */

/* ##############========= Lab Grotesque =========############## */
/* ========= WOFF2 ========= */

@font-face {
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: 200;
  src: local('Lab Grotesque Light'), local('LabGrotesque-Light'), url(../../resources/fonts/LabGrotesque-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Lab Grotesque';
  font-style: italic;
  font-weight: 200;
  src: local('Lab Grotesque Light Italic'), local('LabGrotesque-LightItalic'), url(../../resources/fonts/LabGrotesque-LightItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: normal;
  src: local('Lab Grotesque Regular'), local('LabGrotesque-Regular'), url(../../resources/fonts/LabGrotesque-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Lab Grotesque';
  font-style: italic;
  font-weight: normal;
  src: local('Lab Grotesque Italic'), local('LabGrotesque-Italic'), url(../../resources/fonts/LabGrotesque-Italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lab Grotesque';
  font-style: normal;
  font-weight: bold;
  src: local('Lab Grotesque Bold'), local('LabGrotesque-Bold'), url(../../resources/fonts/LabGrotesque-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Lab Grotesque';
  font-style: italic;
  font-weight: bold;
  src: local('Lab Grotesque Bold Italic'), local('LabGrotesque-BoldItalic'), url(../../resources/fonts/LabGrotesque-BoldItalic.woff2) format('woff2');
}





/* ========= WOFF ========= */

@font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: 200;
    src: local('Lab Grotesque Light'), local('LabGrotesque-Light'), url(../../resources/fonts/LabGrotesque-Light.woff) format('woff');
  }
  @font-face {
    font-family: 'Lab Grotesque';
    font-style: italic;
    font-weight: 200;
    src: local('Lab Grotesque Light Italic'), local('LabGrotesque-LightItalic'), url(../../resources/fonts/LabGrotesque-LightItalic.woff) format('woff');
  }

  @font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: normal;
    src: local('Lab Grotesque Regular'), local('LabGrotesque-Regular'), url(../../resources/fonts/LabGrotesque-Regular.woff) format('woff');
  }
  @font-face {
    font-family: 'Lab Grotesque';
    font-style: italic;
    font-weight: normal;
    src: local('Lab Grotesque Italic'), local('LabGrotesque-Italic'), url(../../resources/fonts/LabGrotesque-Italic.woff) format('woff');
  }

  @font-face {
    font-family: 'Lab Grotesque';
    font-style: normal;
    font-weight: bold;
    src: local('Lab Grotesque Bold'), local('LabGrotesque-Bold'), url(../../resources/fonts/LabGrotesque-Bold.woff) format('woff');
  }
  @font-face {
    font-family: 'Lab Grotesque';
    font-style: italic;
    font-weight: bold;
    src: local('Lab Grotesque Bold Italic'), local('LabGrotesque-BoldItalic'), url(../../resources/fonts/LabGrotesque-BoldItalic.woff) format('woff');
  }
