@font-face {
   font-family: 'pill-gothic';
   font-style: normal;
   font-weight: 300;
   src: url('../fonts/pill-gothic-600mg-thin.woff2') format('woff2'),
        url('../fonts/pill-gothic-600mg-thin.woff') format('woff'),
        url('../fonts/pill-gothic-600mg-thin.ttf') format('truetype')
   ;
}
   
@font-face {
   font-family: 'pill-gothic';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/pill-gothic-600mg-light.woff2') format('woff2'),
        url('../fonts/pill-gothic-600mg-light.woff') format('woff'),
        url('../fonts/pill-gothic-600mg-light.ttf') format('truetype')
   
   ;
}

@font-face {
   font-family: 'pill-gothic';
   font-style: normal;
   font-weight: 600;
   src: url('../fonts/pill-gothic-600mg-semibold.woff2') format('woff2'),
        url('../fonts/pill-gothic-600mg-semibold.woff') format('woff'),
        url('../fonts/pill-gothic-600mg-semibold.ttf') format('truetype')
   ;
}

@font-face {
   font-family: 'pill-gothic';
   font-style: normal;
   font-weight: bold;
   src: url('../fonts/pill-gothic-600mg-bold.woff2') format('woff2'),
        url('../fonts/pill-gothic-600mg-bold.woff') format('woff'),
        url('../fonts/pill-gothic-600mg-bold.ttf') format('truetype')
   ;
}

/* Playfair Display */
@font-face {
  font-family: "raleway";
  src: url("../fonts/Raleway-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "raleway";
  src: url("../fonts/Raleway-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}