@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
    word-break: break-all;
}

body,
h1,
h2,
h3,
p,
figure,
blockquote {
    margin: 0;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
picture {
    display: block;
    width: 100%;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

ul,
ol,
dl {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

dd {
    margin: 0;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}