@import url("https://cdn.lineicons.com/5.0/lineicons.css");

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('../fonts/TTInterphasesPro-Lt.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('../fonts/TTInterphasesPro-Rg.ttf') format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('../fonts/TTInterphasesPro-Md.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('../fonts/TTInterphasesPro-Bd.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'TT Interphases Pro';
  src: url('../fonts/TTInterphasesPro-BdIt.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: italic;
}

