@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import "https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.9.55/css/materialdesignicons.min.css";

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/61134242e175664b9dada92f_Satoshi-Medium.woff2') format('woff2'), url('../fonts/satoshi/61134242546350452cdc6e85_Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/satoshi/6113424245c6e689d34b4258_Satoshi-Medium.woff') format('woff'), url('../fonts/satoshi/61134242fa1f139ad0829027_Satoshi-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/61134256ff330f892261a0a8_Satoshi-Regular.woff2') format('woff2'), url('../fonts/satoshi/611342563ab4d548106c296a_Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/satoshi/61134256d6bfe2b66aec332a_Satoshi-Regular.woff') format('woff'), url('../fonts/satoshi/61134256c7cbc816e81a7217_Satoshi-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/611342681325c2edd2b8643c_Satoshi-Bold.woff2') format('woff2'), url('../fonts/satoshi/61134268ab1f0b856c44880e_Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/satoshi/61134268c832dc64bb374200_Satoshi-Bold.woff') format('woff'), url('../fonts/satoshi/6113426840a4e04cf0b88d87_Satoshi-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

header {
    font-family: Satoshi, sans-serif;    
}
.main-menu ul li a {
    line-height: 1.5;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.main-menu ul li:not(:last-child) { margin-right: 30px; }
.header-contact a span { font-size: 17px; }