@font-face {
     src: url('fonts/GimletSans-Black.woff2') format("woff2"),
          url('fonts/GimletSans-Black.woff') format("woff");
     font-family: 'Gimlet Sans Web';
     font-style: normal;
     font-weight: 800;
}

@font-face {
     src: url('fonts/GimletSans-Bold.woff2') format("woff2"),
          url('fonts/GimletSans-Bold.woff') format("woff");
     font-family: 'Gimlet Sans Web';
     font-style: normal;
     font-weight: 700;
}

@font-face {
     src: url('fonts/GimletSans-SemiBold.woff2') format("woff2"),
          url('fonts/GimletSans-SemiBold.woff') format("woff");
     font-family: 'Gimlet Sans Web';
     font-style: normal;
     font-weight: 600;
}

@font-face {
     src: url('fonts/GimletSans-Medium.woff2') format("woff2"),
          url('fonts/GimletSans-Medium.woff') format("woff");
     font-family: 'Gimlet Sans Web';
     font-style: normal;
     font-weight: 500;
}

@font-face {
     src: url('fonts/GimletSans-Regular.woff2') format("woff2"),
          url('fonts/GimletSans-Regular.woff') format("woff");
     font-family: 'Gimlet Sans Web';
     font-style: normal;
     font-weight: 400;
}

@font-face {
     src: url('fonts/GimletSans-Light.woff2') format("woff2"),
          url('fonts/GimletSans-Light.woff') format("woff");
     font-family: 'Gimlet Sans Web';
     font-style: normal;
     font-weight: 300;
}