@font-face {
    font-family: 'Lekton';
    src: url('/fonts/Lekton/Lekton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Lekton';
    src: url('/fonts/Lekton/Lekton-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Lekton';
    src: url('/fonts/Lekton/Lekton-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }

  /* Nunito is the body font for the long-form project articles. The variable
     font covers every weight we use. */
  @font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: italic;
  }
