

/* @font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-Bold.woff') format("woff"),
      url('./fonts/Jost-Bold.woff2') format("woff2"),
      url('./fonts/Jost-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Jost';
    src: url('./fonts/Jost-SemiBold.woff') format("woff"),
      url('./fonts/Jost-SemiBold.woff2') format("woff2"),
      url('./fonts/Jost-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  
@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Medium.woff') format("woff"),
    url('./fonts/Jost-Medium.woff2') format("woff2"),
    url('./fonts/Jost-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Regular.woff') format("woff"),
    url('./fonts/Jost-Regular.woff2') format("woff2"),
    url('./fonts/Jost-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('./fonts/Jost-Light.woff') format("woff"),
    url('./fonts/Jost-Light.woff2') format("woff2"),
    url('./fonts/Jost-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
} */

@font-face {
  font-family: 'DeLonghi-Serif';
  src: url('./fonts/DeLonghi-Serif/DeLonghi Serif Bold.woff') format("woff"),
    url('./fonts/DeLonghi Serif Bold.woff2') format("woff2"),
    url('./fonts/DeLonghi Serif Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DeLonghi-Serif';
  src: url('./fonts/DeLonghi-Serif/DeLonghi Serif Medium.woff') format("woff"),
    url('./fonts/DeLonghi-Serif/DeLonghi Serif Medium.woff2') format("woff2"),
    url('./fonts/DeLonghi-Serif/DeLonghi Serif Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
font-family: 'DeLonghi-Serif';
src: url('./fonts/DeLonghi-Serif/DeLonghi Serif Regular.woff') format("woff"),
  url('./fonts/DeLonghi-Serif/DeLonghi Serif Regular.woff2') format("woff2"),
  url('./fonts/DeLonghi-Serif/DeLonghi Serif Regular.ttf') format("truetype");
font-weight: 400;
font-style: normal;
}

