@font-face {
    font-family: 'Silk Serif';
    src: local('Silk Serif Regular'), local('Silk-Serif-Regular'),
        url('SilkSerif-Regular.woff2') format('woff2'),
        url('SilkSerif-Regular.woff') format('woff'),
        url('SilkSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	
    font-display: swap;
  }
  @font-face {
    font-family: 'Silk Serif';
    src: local('Silk Serif Light'), local('Silk-Serif-Light'),
        url('SilkSerif-Light.woff2') format('woff2'),
        url('SilkSerif-Light.woff') format('woff'),
        url('SilkSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
  }
  
  
@font-face {
    font-family: 'Neue Montreal';
    src: url('neuemontreal-medium-webfont.woff2') format('woff2'),
         url('neuemontreal-medium-webfont.woff') format('woff'),
         url('neuemontreal-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'Neue Montreal';
    src: url('neuemontreal-regular-webfont.woff2') format('woff2'),
         url('neuemontreal-regular-webfont.woff') format('woff'),
         url('neuemontreal-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;

}