@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "font";
    src: url("../assets/fonts/nintendo.woff2") format("woff2")
}

body,
button,
input,
textarea,
#search {
    font-family: "MS PGothic", "MS Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif;
}

body {
    text-decoration: none;
    word-wrap: break-word;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px;
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    display: block;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    border: 4px solid transparent;
    background-clip: content-box;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

p {
    font-size: 1.2em;
}

.p-after {
    margin-top: 0;
}

.image {
    max-width: 100%;
}

.image-credit {
    font-size: 0.8em;
    font-style: italic;
    opacity: 0.6;
}

.image-caption {
    font-style: italic;
}

.image-credit, .image-caption {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif;
}