@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    // font-family: $fontFamily;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}

ul,
ol,
li {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

menu,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

.is-disabled {
    cursor: not-allowed;
}