@font-face {
  font-family: "Inter-Light";
  src: url("@/assets/font/Inter_28pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("@/assets/font/Inter_28pt-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("@/assets/font/Inter_28pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

:root {
  --white: #fff;

  --black: #000;

  --dark-700: #161c1c;

  --gray-50: #f7f7f8;
  --gray-100: #ececf1;
  --gray-200: #d9d9e3;
  --gray-300: #c5c5d2;
  --gray-400: #acacbe;
  --gray-500: #8e8ea0;
  --gray-600: #6e6e80;
  --gray-700: #565869;
  --gray-800: #353740;
  --gray-900: #202123;

  --error: #ef5350;
  --red-200: #fecaca;
  --red-700: #d00e17;

  --yellow-300: #ffce31;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: none;
}

body {
  font-family: "Segoe UI", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  background-color: #181818;
  font-size: 16px;
  line-height: 1.6;
  color: #e5e5e5;
  margin: 0;
  padding: 0;
  transition: color 0.5s, background-color 0.5s;
}

a {
  text-decoration: none;
  transition: 0.4s;
}

button {
  outline: none;
  cursor: pointer;
  appearance: none;
  border: none;
}

input {
  outline: none;
}

p {
  margin: 0;
}

@media (width > 992px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.fs-1 {
  font-size: 0.25rem;
}
.fs-2 {
  font-size: 0.5rem;
}
.fs-3 {
  font-size: 0.75rem;
}
.fs-4 {
  font-size: 1rem;
}

.lh-1 {
  line-height: 1;
}

.lh-sm {
  line-height: 1.25;
}

.lh-md {
  line-height: 1.5;
}

.lh-lg {
  line-height: 2;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.wv-100 {
  width: 100vw;
}

.wv-50 {
  width: 50vw;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.vh-100 {
  height: 100vh;
}

.vh-50 {
  height: 50vh;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.bold {
  font-weight: 600;
}

.pointer {
  cursor: pointer;
}

.m-3 {
  margin: 12px;
}

.m-4 {
  margin: 16px;
}

.m-5 {
  margin: 20px;
}

.m-6 {
  margin: 24px;
}

.m-7 {
  margin: 28px;
}

.mx-auto {
  margin-inline: auto;
}

.me-auto {
  margin-right: auto;
}

.ms-auto {
  margin-left: auto;
}

.ms-1 {
  margin-left: 4px;
}

.ms-2 {
  margin-left: 8px;
}

.ms-3 {
  margin-left: 12px;
}

.ms-4 {
  margin-left: 16px;
}

.ms-5 {
  margin-left: 20px;
}

.me-0 {
  margin-right: 0;
}

.me-3 {
  margin-right: 12px;
}

.me-4 {
  margin-right: 16px;
}

.me-5 {
  margin-right: 20px;
}

.mx-1 {
  margin-inline: 4px;
}

.mx-2 {
  margin-inline: 8px;
}

.mx-3 {
  margin-inline: 12px;
}

.mx-4 {
  margin-inline: 16px;
}

.mx-5 {
  margin-inline: 20px;
}

.my-2 {
  margin-block: 8px;
}

.my-3 {
  margin-block: 12px;
}

.my-4 {
  margin-block: 16px;
}

.my-5 {
  margin-block: 20px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-7 {
  margin-top: 28px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-9 {
  margin-top: 36px;
}

.mt-10 {
  margin-top: 40px;
}

.mt-auto {
  margin-top: auto;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.pt-3 {
  padding-top: 12px;
}

.pt-4 {
  padding-top: 16px;
}

.pt-5 {
  padding-top: 20px;
}

.pt-6 {
  padding-top: 24px;
}

.pt-7 {
  padding-top: 28px;
}

.ps-1 {
  padding-left: 4px;
}

.ps-2 {
  padding-left: 8px;
}

.ps-3 {
  padding-left: 12px;
}

.ps-4 {
  padding-left: 16px;
}

.pe-1 {
  padding-right: 4px;
}

.pe-2 {
  padding-right: 8px;
}

.pe-3 {
  padding-right: 12px;
}

.pe-4 {
  padding-right: 16px;
}

.pe-5 {
  padding-right: 20px;
}

.pe-6 {
  padding-right: 24px;
}

.pe-7 {
  padding-right: 28px;
}

.px-0 {
  padding-inline: 0px;
}

.px-1 {
  padding-inline: 4px;
}

.px-2 {
  padding-inline: 8px;
}

.px-3 {
  padding-inline: 12px;
}

.px-4 {
  padding-inline: 16px;
}

.px-5 {
  padding-inline: 20px;
}

.px-6 {
  padding-inline: 24px;
}

.px-7 {
  padding-inline: 28px;
}

.py-2 {
  padding-block: 8px;
}

.py-3 {
  padding-block: 12px;
}

.py-4 {
  padding-block: 16px;
}

.py-5 {
  padding-block: 20px;
}

.error {
  color: var(--error);
}

.icon {
  background-repeat: no-repeat;
  background-size: cover;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (width < 992px) {
  .desktop {
    display: none !important;
  }
}

@media (width > 992px) {
  .mobile {
    display: none !important;
  }
}
