@font-face {
  font-family: "BebasNeue-Light";
  src: url("../../font/BebasNeue/BebasNeue-Light.ttf") format("ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

@font-face {
  font-family: "BebasNeue-Bold";
  src: url("../../font/BebasNeue/BebasNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway-Light";
  src: url("../../font/Raleway/Raleway-Light.ttf") format("ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

@font-face {
  font-family: "Raleway-Bold";
  src: url("../../font/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

body {
  --bs-body-font-family: Raleway-Regular;
}

.font-secondary {
  font-family: BebasNeue-Regular;
  letter-spacing: 2px;
}
