  /* Thin */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }

  /* Thin Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
  }

  /* Light */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  /* Light Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }

  /* Regular */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  /* Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }

  /* Medium */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }

  /* Medium Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
  }

  /* SemiBold */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }

  /* SemiBold Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
  }

  /* Bold */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  /* Bold Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }

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

  /* ExtraBold Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
  }

  /* Black */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

  /* Black Italic */
  @font-face {
    font-family: 'Barlow';
    src: url('Barlow-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  }
  
  body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
h1 {
  font-weight: 900;
}
em {
  font-style: italic;
}
