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

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

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

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

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

@font-face {
  font-family: "Raleway-Bold";
  src: url("/src/lib/fonts/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;
}

/* .cus-fw-light {
  font-family: var(--cus-font-l);
}

.cus-fw-bold {
  font-family: var(--cus-font-b);
} */
