  @font-face {
    font-family: Inter;
    src: url(fonts/Inter-Light.ttf);
    font-weight: 300;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(fonts/Inter-Regular.ttf);
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(fonts/Inter-Medium.ttf);
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(fonts/Inter-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(fonts/Inter-Bold.ttf);
    font-weight: 700;
    font-display: swap;
  }
  @font-face {
    font-family: Freehand;
    src: url(fonts/Freehand-Regular.ttf);
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.ttf);
    font-display: swap;
  }
  body,*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    font-family: Inter;
}
.container{
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}