/* Thin */
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

/* Heavy */
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'GN Elliot';
  src: url('https://cdn.jsdelivr.net/gh/nothingchangesifnothingchanges/CSSstyling/fonts/GNElliotWeb-HeavyItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
