@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 300;
  src: url("../font/Syne-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Syne-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 500;
  src: url("../font/Syne-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  src: url("../font/Syne-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Syne;
  font-style: normal;
  font-weight: 700;
  src: url("../font/Syne-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: maneli;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Maneli.ttf") format("truetype");
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "Syne" !important;
}

body {
  font-family: "Syne" !important;
}

/**main colore**/
/** break point **/
/** general style **/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1930px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mainView2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}/*# sourceMappingURL=inner.css.map */