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

  @font-face {
    font-family: 'Garamond-Light';
    src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
  }

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

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSans-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
