/* common */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}
li { display: block; }
*{
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #fff
}

img, svg {
    vertical-align: bottom;
    max-width: 100%;
}

.border10 {
    border-radius: 10px;
}

.fw-bold {
    font-weight: 700;
}
.text-center {
    text-align: center;
}
/* common */

