@import 'partials';
body{
font-family: $font-manrope;
font-weight: 400;
overflow-x: hidden;
}
img {
max-width: 100%;
}
a {
text-decoration: none;
display: inline-block;
}
input {
box-shadow: none;
outline: none;
}
.custom-container {
@media (min-width: 1400px) {
max-width: 1250px;
}
}
.custom-container2 {
@media(min-width: 1000px){
max-width: 982px;
}
}