@charset "UTF-8";

@font-face {
font-family: "mobo-semibold";
src:url("fonts/mobo-semibold-subset.woff2") format("woff2");
}

@font-face {
font-family: "mobo-bold";
src:url("fonts/mobo-bold-subset.woff2") format("woff2");
}

*{
box-sizing: border-box;
}

html{
background-color: #f2f2f2;
font-family: "mobo-semibold", sans-serif;
font-size:min(0.94339623vw, 10px);
}

body{
color: #494949;
margin: auto;
}

img{
max-width: 100%;
}

label{
display: inline-block;
cursor: pointer;
}

.drop-shadow img{
filter: drop-shadow(10px 10px 0 rgba(0,0,0,0.3));
}

@media screen and (max-width: 880px) {

html{
font-size:2.5vw;
}

img{
max-width: 90%;
}

}


footer{
background-color: #cfdaef;
color: #fff;
text-align: center;
}

footer .copyright{
display: block;
background-color: #404040;
max-width: 100%;
padding: 0;
line-height: 4.231;
font-size: 1.3rem;
}

@media screen and (max-width: 880px) {

footer .copyright{
font-size: 1rem;
}

}