@import "./normalize.css";
:root{
    --theme-color: #ff5e00    
}
html {
    font-size: 62.5% !important;
}

ul,li,dl{
    margin: 0;
    padding: 0;
}
ol,ul{
    list-style: none;
}

body {
    font-size: 1.6rem;
    color: #1d1a19;
    font-family: 'Poppins';
}
p{
    margin: 0;
}
a{
    transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
a,
a:hover{
    color: #1d1a19;
    text-decoration: none;
}
img{
    max-width: 100%;
}

input:focus,
input,
select:focus,
select,
textarea,
textarea:focus{
    outline: none;
}

.l__inner {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .l__inner {
        padding: 0 5.2vw;
    }
}

@media (min-width: 1920px) {
    .l__inner {
        padding: 0 100px;
    }
}