/* fonts from  url(https://fonts.bunny.net/css?family=ibm-plex-sans-condensed:300); */

/* latin */
@font-face {
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-latin-300-normal.woff2) format('woff2'), url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-latin-300-normal.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-latin-ext-300-normal.woff2) format('woff2'), url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-latin-ext-300-normal.woff) format('woff');
    unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* vietnamese */
@font-face {
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-vietnamese-300-normal.woff2) format('woff2'), url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-vietnamese-300-normal.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* cyrillic-ext */
@font-face {
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-cyrillic-ext-300-normal.woff2) format('woff2'), url(https://fonts.bunny.net/ibm-plex-sans-condensed/files/ibm-plex-sans-condensed-cyrillic-ext-300-normal.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}




html,
body {
    margin: 0;
    min-height: 100%;
    /* text-size-adjust: 300%; */
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-display: swap;
    text-align: center;
    font-size: 22pt;
    /* color: aliceblue; */
    /* text-shadow: #5555 0 0 20px; */
    background-color: #EDEDFE;
    color: #35377E;
    padding: .5em;
    scrollbar-color: #8F93FF #DBDCFC;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 16pt;
    }
}


#logo {
    box-sizing: border-box;
    max-width: 100%;
    padding: .5em;
    max-height: 384px;
}

.copy {
    padding: 1em;
    border-radius: 1em;
    max-width: 700px;
    margin: 1em auto;
    background-color: #DBDCFF;
    text-wrap: balance;
}

.copy p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.screenshot_container {
    padding: 1em;
    border-radius: 1em;
    margin: 1em auto;
    background-color: #DBDCFF;
    text-wrap: balance;
    max-width: fit-content;

}

.detailtext {
    font-size: 0.7em;
    text-align: left;
    text-wrap: wrap;
    padding: 1em;
}

.storelinks img {
    height: 2em;
    margin: 16px;
}

.storelinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


h1 {
    font-size: 4em;
}

p {
    margin: 0;
}

form,
input,
label {

    text-size-adjust: inherit;
    appearance: none;
    font-size: inherit;
    font-family: inherit;
    border-radius: 4px;
    padding: 8px 16px;
    border: none;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #736EFE;
    color: #EFF0FF;
    text-decoration: none;
    cursor: pointer;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C2C4FF;
    opacity: 1;
    /* Firefox */
}

input {
    margin: .5em;
    max-width: 100%;
}

a {
    color: #736EFE;
}

a:hover {
    color: #8F93FF;
}

.screenshot {
    max-height: 75vh;
    /* margin: .25em; */
    border-radius: 16px;
}

.scrollable {
    gap: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    background-color: #DBDCFC;
    scrollbar-color: #8F93FF #DBDCFC;
    border-radius: 16px;
}

.socialicons img {
    height: 2em;
    /* turn black to #35377E with https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(24%) sepia(9%) saturate(3935%) hue-rotate(200deg) brightness(95%) contrast(99%);
}


.socialicons img:hover {
    /* turn black to #35377E with https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(53%) sepia(59%) saturate(738%) hue-rotate(202deg) brightness(104%) contrast(101%);
}


.socialicons {
    display: flex;
    gap: 1em;
    justify-content: center;
    margin: 2em auto;
    flex-wrap: wrap;
}

.supportlinks {
    font-size: 0.8em;
    text-align: center;
}


::cue {
    font-size: 1.5em;
}