
  @font-face {
    font-family: "JosefinSans-Bold";
    src: url(../fonts/JosefinSans-Bold.ttf);
  }
  @font-face {
    font-family: "JosefinSans-Light";
    src: url(../fonts/JosefinSans-Light.ttf);
  }
  @font-face {
    font-family: "JosefinSans-Regular";
    src: url(../fonts/JosefinSans-Regular.ttf);
  }
  body,
  html {
    margin: 0;
    width: 100%;
    max-width: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'JosefinSans-Regular', sans-serif;
    /* overflow-x: hidden; */
    
  }
  body {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    color: #5e6263;
  }