:root {
    --dark-5: #f3f3f3;
    --dark-10: #e8e8e9;
    --dark-20: #d1d1d2;
    --dark-40: #a2a2a5;
    --dark-60: #747479;
    --dark-100: #17171f;
    --accent-main-60: #7c70e7;
    --accent-main-80: #5141df;
    --accent-main-100: #2511d7;
    --error-80: #e90a3acc;
    --error-100: #e90a3a;
    --white-100: #ffffff;


}

* {
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    /* transition: 0.5s, visibility 0s; */
}

button,
input {
    outline: none;
}

.btn {
    border: none;
    padding: 0;
}

.btn span,
p,
h4 {
    margin: 0;
}

.btn:focus,
.btn:active {
    box-shadow: none !important;
}

.container {
    max-width: 1400px;

}

@media (max-width: 500px) {
    .container {
        /* max-width: 320px !important; */
        padding: 0 ;
    }
    main{
    padding: 16px;
  }
 
}

.no-border {
    border: 0;
    box-shadow: none;
}

p,
span {
    color: var(--dark-100);
}

.text-decoration {
    text-decoration: underline;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: var(--dark-40);
}

main article {
    margin-bottom: 24px;
}

h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;

    @media (max-width: 850px) {
        font-size: 24px;
    }
}

h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;

    @media (max-width: 850px) {
        font-size: 18px;
    }
}

h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}

h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}