/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Mansalva&family=Noto+Sans+JP:wght@100..900&family=Pinyon+Script&family=Red+Rose:wght@300..700&family=Song+Myung&display=swap');

h1, .creative {
    font-family: "Song Myung", serif;
    font-size: 6vw;
    font-weight: 400;
    font-style: normal;
    line-height: .3em;
}
.mermaid {
    text-decoration: line-through;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}
.creative {
    font-family: "Mansalva", sans-serif;
    font-style: normal;
}
h2, h3 {
    font-family: "Red Rose", serif;
    /* font-family: "Noto Sans JP", sans-serif; */
    font-weight: 800; 
    font-size: 2.4vw;
    text-transform: uppercase;
}
h3 {
    font-family: "Song Myung", serif;
    font-size: 1.5vw;
}

a {
    text-decoration: none;
}
/* Highlight color when text is selected */
::-moz-selection { /* Code for Firefox */
    background: #f8b79f;
}

::selection {
background: #f8b79f;
}