@font-face {
    font-family: 'dancing';
    src: url('/font/DancingScript-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'ShantellSans';
    src: url('/font/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf') format('truetype');
}

body {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #97c3ff;
    font-family: 'ShantellSans', sans-serif;
}

h1 {
    font-family: 'dancing', sans-serif;
}

.hidden {
    display: none;
}

.ml11 {
    font-weight: 700;
    font-size: 3.5em;
}

.ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    transform-origin: 0 50%;
}

.ml11 .line1 {
    top: 0;
    left: 0;
}

.ml11 .letter {
    display: inline-block;
    line-height: 1em;
}
