@font-face {
  font-family: "Inter-Thin"; /*100 */
  src: url("../fonts/Inter-Thin.ttf");
}

@font-face {
  font-family: "Inter-ExtraLight"; /*200 */
  src: url("../fonts/Inter-ExtraLight.ttf");
}

@font-face {
  font-family: "Inter-Light"; /*300 */
  src: url("../fonts/Inter-Light.ttf");
}

@font-face {
  font-family: "Inter-Regular"; /*400 */
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "Inter-Medium"; /*500 */
  src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: "Inter-SemiBold"; /*600 */
  src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: "Inter-Bold"; /*700 */
  src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: "Inter-ExtraBold"; /*800 */
  src: url("../fonts/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: "Inter-Black"; /*900 */
  src: url("../fonts/Inter-Black.ttf");
}

* {
  padding: 0;
  margin: 0;
}
.m-t-4 {
  margin-top: 4px;
}
.m-t-6 {
  margin-top: 6px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-12 {
  margin-top: 12px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-32 {
  margin-top: 32px;
}
.m-t-36 {
  margin-top: 36px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-t-70 {
  margin-top: 70px;
}
.m-t-180 {
  margin-top: 180px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-8 {
  margin-bottom: 8px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-18 {
  margin-bottom: 18px;
}
.m-b-19 {
  margin-bottom: 19px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-r-6 {
  margin-right: 6px;
}
.m-r-8 {
  margin-right: 8px;
}
.m-r-12 {
  margin-right: 12px;
}
.m-r-20 {
  margin-right: 20px;
}

.m-r-32 {
  margin-right: 32px;
}
.m-r-100 {
  margin-right: 100px;
}
.p-t-10 {
  padding-top: 10px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-7 {
  margin-left: 7px;
}
.m-l-8 {
  margin-left: 8px;
}
.m-l-12 {
  margin-left: 12px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-23 {
  margin-left: 23px;
}
.m-l-24 {
  margin-left: 24px;
}
.m-l-32 {
  margin-left: 32px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.margin-auto {
  margin: auto;
}

.p-l-15 {
  padding-left: 15px;
}
.p-r-32 {
  padding-right: 32px;
}
.m-r-16 {
  margin-left: 16px;
}

.m-r-10 {
  margin-right: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.full-width {
  width: 100%;
}

.gap-10 {
  gap: 10px;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.align-center {
  align-items: center;
}
.text-align {
  text-align: center;
}
.button-text {
  text-wrap: nowrap;
}
.justify-center {
  justify-content: center;
}

.letter-spacing {
  letter-spacing: 3px;
}
.right {
  float: right;
}
.left {
  float: left;
}

.danger {
  color: "#D0342C";
}

.text-align-start {
  text-align: start;
}

.flex-align-center {
  display: flex;
  align-items: center;
}
.text-align-end {
  text-align: end;
}
.text-align-center {
  text-align: center;
}

.text-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.width-200 {
  max-width: 200px;
}

.cursor-pointer {
  cursor: pointer;
}
.justify-between {
  justify-content: space-between;
}

.flex-jus-sp-al-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* color class */

.subtitle1 {
  font-family: "Inter-Regular";
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
}
.button2 {
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0em;
  text-align: left;
}
.button1 {
  font-family: "Inter-Medium";
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}
.button-text {
  font-family: "Inter-SemiBold";
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}

.h6Text {
  font-family: "Inter-SemiBold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.Body-1 {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.Caption-3 {
  font-family: "Inter-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0em;
  text-align: left;
}
.h5text {
  font-family: "Inter-SemiBold";
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.Caption1 {
  font-family: "Inter-Regular";
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
}
.caption_2 {
  font-family: "Inter-Regular";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}
.caption_2_10 {
  font-family: "Inter-Regular";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}

.typographyH5 {
  font-family: "Inter-Regular";

  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
}
.typographyBoldH5 {
  font-family: "Inter-Regular";
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.typographyH7 {
  font-family: "Inter-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.typography-centerH7 {
  font-family: "Inter-Regular";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.typography {
  font-family: "Inter-Regular";
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

.typography14 {
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.typography-25 {
  font-family: "Inter-Regular";
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}
