
@font-face {
  font-family: 'LamaSans';
  src: url("./LamaSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LamaSans';
  src: url("./LamaSans-Medium.ttf");
  font-weight: medium;
  font-style: 500;
  font-display: swap;
}


@font-face {
  font-family: 'LamaSans';
  src: url("./LamaSans-Bold.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}