@font-face {
  font-family: "Axiforma";
  src: url(../font/axiforma-regular.otf);
}

@font-face {
  font-family: "Bebas";
  src: url(../font/BebasNeue-Regular.otf);
}

@font-face {
  font-family: "Built";
  src: url(../font/built\ titling\ bd.otf);
}
:root {
  --font-main: "Axiforma";
  --font-title: "Bebas";
  --font-title-workshop: "Built";
  --font-card-price: "Montserrat";
  --bg-btn-main: #EAB04D;
  --color-btn-main: #000000;
}


.bg-custom{
  background-color: #000000;
  color: #fff;
  background-image: url(../image/bg-custom.webp);
}

.font-main {
  font-family: "Axiforma", sans-serif;
}

.font-title {
  font-family: "Bebas", sans-serif;
}

.font-title-workshop {
  font-family: "Built", sans-serif;
}

.font-card-price {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.btn-main {
  background-color: var(--bg-btn-main);
  color: var(--color-btn-main);
  font-family: var(--font-title-workshop);
  width: 190px;
  height: 45px;
  border: none;
  border-radius: 8px;
  font-size: 1.4rem;
}

.fa-check{
  color: var(--bg-btn-main);
}

/* Tamanhos de fonte */
.fs-8 {
  font-size: 8px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-27 {
  font-size: 27px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-29 {
  font-size: 29px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-33 {
  font-size: 33px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-37 {
  font-size: 37px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-39 {
  font-size: 39px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-41 {
  font-size: 41px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-43 {
  font-size: 43px !important;
}
.fs-44 {
  font-size: 44px !important;
}
.fs-45 {
  font-size: 45px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-47 {
  font-size: 47px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-49 {
  font-size: 49px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-70 {
  font-size: 70px !important;
}
.fs-100 {
  font-size: 100px !important;
}


