/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v13-latin_latin-ext-regular.woff2') format('woff2'); 
}
/* inter-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v13-latin_latin-ext-800.woff2') format('woff2'); 
}


.box {
    width: 200px;
    height: 150px;
    border: 3px solid black;
    padding: 10px;
    margin: 10px;
  }

.text{
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
}

.welcome-hi{
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-fill-color: whitesmoke;
  -webkit-text-stroke-color: black;
}
