@font-face {
  font-family: 'Inter';
  font-display: swap;
  src: url('../assets/fonts/Inter.woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../assets/fonts/firacode.woff2) format('woff2');
}

@font-face {
  font-family: 'Almarena';
  font-display: swap;
  src: url('../assets/fonts/almarena.woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(../assets/fonts/boxicons.woff2);
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.bx-menu:before {
  content: "\eb5f"
}

.bx-sun:before {
  content: "\ec34"
}

.bx-moon:before {
  content: "\eb94"
}

.bxs-rocket:before {
  content: "\ee95"
}

.bxs-data:before {
  content: "\ed76"
}

.bx-x:before {
  content: "\ec8d"
}

.bxl-twitter:before {
  content: "\e982"
}

.bxl-github:before {
  content: "\e93a"
}

.bx-left-arrow-alt:before {
  content: "\eb33"
}

.bx-right-arrow-alt:before {
  content: "\ebe6"
}

.bx-info-circle:before {
  content: "\eb21"
}

.bxs-bulb:before {
  content: "\ecf7"
}

.bxs-zap:before {
  content: "\ef09"
}

.bxs-download:before {
  content: "\ed95"
}

.bx-copy:before {
  content: "\ea84"
}

.bxs-check-circle:before {
  content: "\ed31"
}

.bx-chevron-right:before {
  content: "\ea50"
}

.bx-chevron-down:before {
  content: "\ea4a"
}

.bxl-twitter:before {
  content: "\e982"
}

.bxl-gmail:before {
  content: "\e906"
}

.bxl-whatsapp:before {
  content: "\e98a"
}

body {
  padding: 0;
  margin: 0;
  /**background: rgb(12, 16, 18); **/
}