@font-face {
    font-family:Peugeot;
    font-weight:300;
    font-display:swap;
    src:url(../fonts/Peugeot-Light.woff2) format("woff2"),
    url(../fonts/Peugeot-Light.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:300;
    font-style:italic;
    font-display:swap;
    src:url(../fonts/Peugeot-Light-Italic.woff2) format("woff2"),
    url(../fonts/Peugeot-Light-Italic.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:400;
    font-display:swap;
    src:url(../fonts/Peugeot-Regular.woff2) format("woff2"),
    url(../fonts/Peugeot-Regular.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:400;
    font-style:italic;
    font-display:swap;
    src:url(../fonts/Peugeot-Regular-Italic.woff2) format("woff2"),
    url(../fonts/Peugeot-Regular-Italic.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:700;
    font-display:swap;
    src:url(../fonts/Peugeot-Bold.woff2) format("woff2"),
    url(../fonts/Peugeot-Bold.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:700;
    font-style:italic;
    font-display:swap;
    src:url(../fonts/Peugeot-Bold-Italic.woff2) format("woff2"),
    url(../fonts/Peugeot-Bold-Italic.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:800;
    font-display:swap;
    src:url(../fonts/Peugeot-Black.woff2) format("woff2"),
    url(../fonts/Peugeot-Black.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:800;
    font-style:italic;
    font-display:swap;
    src:url(../fonts/Peugeot-Black-Italic.woff2) format("woff2"),
    url(../fonts/Peugeot-Black-Italic.woff) format("woff")
   }
   @font-face {
    font-family:Peugeot;
    font-weight:300;
    font-display:swap;
    src:url(../fonts/Peugeot-Light.woff2) format("woff2"),
    url(../fonts/Peugeot-Light.woff) format("woff")
   }

   body {
    background: #f9f9f9;
    color: #787b80;
    cursor: auto;
    font-family: Peugeot,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
  }
  body, html {
    font-size: 16px;
  }