html{margin:0;padding:0}@media (prefers-color-scheme:light){:root{--bg-color-1:#fff;--bg-color-2:#b47d87;--bg-color-3:#503c3c;--card-border-color:#738773;--card-transparency:0.0;--card-background-color:rgba(175,175,175,var(--card-transparency));--card-shadow:#00000080;--card-text-color:#01491c;--card-text-shadow-color:#0009}body{background:var(--bg-color-1);background:linear-gradient(180deg,var(--bg-color-1) 0,var(--bg-color-2) 50%,var(--bg-color-3) 100%);background-attachment:fixed;background-repeat:no-repeat}.pokemon-card{background-color:var(--card-background-color);border-color:var(--card-border-color);box-shadow:3vmin 2.5vmin 1vmin var(--card-shadow)}.pokemon-image{filter:drop-shadow(4vmin 4vmin 1vmin rgba(0,0,0,.3))}.pokemon-name{color:var(--card-text-color);text-shadow:1.5vmin 1.5vmin 1vmin var(--card-text-shadow-color)}.button{border-color:var(--card-border-color)}#back-arrow,#next-arrow,.button{color:var(--card-border-color);filter:drop-shadow(2vmin 1.5vmin .5vmin var(--card-shadow))}}@media (prefers-color-scheme:dark){:root{--bg-color-1:#0a000a;--bg-color-2:#32003c;--bg-color-3:#4b004b;--card-border-color:#ffdc00;--card-transparency:0.0;--card-background-color:rgba(210,210,210,var(--card-transparency));--card-shadow:#0006;--card-text-color:#fff;--card-text-shadow-color:#0009}body{background:var(--bg-color-1);background:linear-gradient(180deg,var(--bg-color-1) 0,var(--bg-color-2) 50%,var(--bg-color-3) 100%);background-attachment:fixed;background-repeat:no-repeat}.pokemon-card{background-color:var(--card-background-color);border-color:var(--card-border-color);box-shadow:3vmin 2.5vmin 1vmin var(--card-shadow)}.pokemon-image{filter:drop-shadow(4vmin 4vmin 1vmin rgba(0,0,0,.5))}.pokemon-name{color:var(--card-text-color);text-shadow:1.5vmin 1.5vmin 1vmin var(--card-text-shadow-color)}.button{border-color:var(--card-border-color)}#back-arrow,#next-arrow,.button{color:var(--card-border-color);filter:drop-shadow(2vmin 1.5vmin .5vmin var(--card-shadow))}}@media only screen and (orientation:portrait){body{-webkit-text-stroke-width:.15em;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:10px;text-transform:uppercase}:root{--starting-point:25vmin;--card-transparency:0.4;--platform:75vmin;margin:0;padding:0}.grid-container{grid-template-rows:9fr 1fr;margin:0;padding:0}.card-group,.grid-container{display:grid;max-height:auto;max-width:100vw;position:relative}.card-group{grid-gap:5vmin;gap:5vmin;grid-template-columns:1fr 1fr;padding-left:2vmin;transition:transform 1.2s ease}.pokemon-card{aspect-ratio:5/7;border-radius:2vmin;border-style:solid;border-width:2vmin;display:grid;grid-template-rows:3fr 1fr;max-height:auto;max-width:40vmin;place-items:center;position:relative;transition:1s ease}.pokemon-image{height:35vmin;position:relative;width:35vmin}.pokemon-name{font-size:5vmin;position:relative}#button-group{align-items:center;display:flex;flex-direction:row;justify-content:space-around;max-height:8vmin;padding-bottom:1vmin;padding-left:1vmin;padding-top:9vmin;position:relative;width:100%}.button{background-color:initial;border:1.75vmin solid;border-radius:100%;margin:6vmin;padding:2.5vmin 2.7vmin;position:relative}#back-arrow,#next-arrow{font-size:5vmin}@keyframes fall{0%{left:-50%;top:-20%}60%{left:25%;top:30%}80%{left:25%;top:20%}to{left:25%;top:30%}}}@media only screen and (orientation:landscape){body{-webkit-text-stroke-width:.25em;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:10px;text-transform:uppercase}:root,body{margin:0;padding:0}:root{--card-transparency:0.85}.grid-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}#out-container{aspect-ratio:16/9;height:60vmin;position:relative;width:60vmax}#in-container,.card-group{height:100%;width:100%}.card-group{grid-template-columns:repeat(8,1fr);justify-items:center;transition:transform 1.2s ease}.card-group,.pokemon-card{display:grid;position:relative}.pokemon-card{aspect-ratio:5/7;border-radius:2vmin;border-style:solid;border-width:2vmin;grid-template-rows:3fr 1fr;max-height:30vmin;max-width:auto;overflow:hidden;place-items:center;transition:1s ease}.pokemon-image{aspect-ratio:1/1;max-height:60%;max-width:auto;object-fit:contain;top:5%}.pokemon-image,.pokemon-name{padding:1vmin;position:absolute}.pokemon-name{bottom:5%;font-size:3vmin;max-height:100%;max-width:100%;text-align:center}#pagination{height:15vmin;position:relative;width:60vmax}#button-group{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}.button{background-color:initial;border:1.25vmin solid;border-radius:100%;padding:1.5vmin 1.7vmin;position:relative}#next-button:hover,#prev-button:hover{animation:button_blink .5s ease-in-out infinite alternate}#back-arrow,#next-arrow{font-size:4vmin}@keyframes button_blink{0%{border-color:red;color:red}to{border-color:#960000;color:#960000}}@keyframes fall{0%{left:calc(var(--starting-point) - var(--platform));top:-20%}60%{left:var(--starting-point);top:30%}80%{left:var(--starting-point);top:20%}to{left:var(--starting-point);top:30%}}}@media (orientation:landscape) and (max-aspect-ratio:16/9){:root{--starting-point:25%;--platform:150vmin}.pokemon-card:first-child{scale:85%;translate:-7vmax 0;z-index:1}.pokemon-card:first-child:hover{scale:100%;translate:-9vmax -6vmin;z-index:9}.pokemon-card:nth-child(2){scale:85%;translate:-5vmax 0;z-index:2}.pokemon-card:nth-child(2):hover{scale:100%;translate:-7vmax -6vmin;z-index:9}.pokemon-card:nth-child(3){scale:85%;translate:-3vmax 0;z-index:3}.pokemon-card:nth-child(3):hover{scale:100%;translate:-5vmax -6vmin;z-index:9}.pokemon-card:nth-child(4){scale:85%;translate:-1vmax 0;z-index:4}.pokemon-card:nth-child(4):hover{scale:100%;translate:-3vmax -6vmin;z-index:9}.pokemon-card:nth-child(5){scale:85%;translate:1vmax 0;z-index:5}.pokemon-card:nth-child(5):hover{scale:100%;translate:-1vmax -6vmin;z-index:9}.pokemon-card:nth-child(6){scale:85%;translate:2vmax 0;z-index:6}.pokemon-card:nth-child(6):hover{scale:100%;translate:0 -6vmin;z-index:9}.pokemon-card:nth-child(7){scale:85%;translate:4vmax 0;z-index:7}.pokemon-card:nth-child(7):hover{scale:100%;translate:2vmax -6vmin;z-index:9}.pokemon-card:nth-child(8){scale:85%;translate:6vmax 0;z-index:8}.pokemon-card:nth-child(8):hover{scale:100%;translate:4vmax -6vmin;z-index:9}@keyframes fall{0%{left:-50%;top:-20%}60%{left:33%;top:30%}80%{left:33%;top:20%}to{left:33%;top:30%}}}@media (orientation:landscape) and (min-aspect-ratio:16/9) and (max-aspect-ratio:3/1){:root{--starting-point:25%;--platform:35vmax}.pokemon-card:first-child{scale:85%;translate:1.75vmax 0;z-index:1}.pokemon-card:first-child:hover{scale:100%;translate:.25vmax -5vmin;z-index:9}.pokemon-card:nth-child(2){scale:85%;translate:1.25vmax 0;z-index:2}.pokemon-card:nth-child(2):hover{scale:100%;translate:-.25vmax -5vmin;z-index:9}.pokemon-card:nth-child(3){scale:85%;translate:.75vmax 0;z-index:3}.pokemon-card:nth-child(3):hover{scale:100%;translate:-.75vmax -5vmin;z-index:9}.pokemon-card:nth-child(4){scale:85%;translate:.25vmax 0;z-index:4}.pokemon-card:nth-child(4):hover{scale:100%;translate:-1.25vmax -5vmin;z-index:9}.pokemon-card:nth-child(5){scale:85%;translate:-.25vmax 0;z-index:5}.pokemon-card:nth-child(5):hover{scale:100%;translate:-1.75vmax -5vmin;z-index:9}.pokemon-card:nth-child(6){scale:85%;translate:-.75vmax 0;z-index:6}.pokemon-card:nth-child(6):hover{scale:100%;translate:-2.25vmax -5vmin;z-index:9}.pokemon-card:nth-child(7){scale:85%;translate:-1.25vmax 0;z-index:7}.pokemon-card:nth-child(7):hover{scale:100%;translate:-2.75vmax -5vmin;z-index:9}.pokemon-card:nth-child(8){scale:85%;translate:-1.75vmax 0;z-index:7}.pokemon-card:nth-child(8):hover{scale:100%;translate:-3.25vmax -5vmin;z-index:9}@keyframes fall{0%{left:-50%;top:-20%}60%{left:40%;top:30%}80%{left:40%;top:20%}to{left:40%;top:30%}}}@media (orientation:landscape) and (min-aspect-ratio:3/1){:root{--starting-point:25%;--platform:35vmax}.pokemon-card:first-child{scale:85%;translate:10.5vmax 0;z-index:1}.pokemon-card:first-child:hover{scale:100%;translate:9vmax -5vmin;z-index:9}.pokemon-card:nth-child(2){scale:85%;translate:7.5vmax 0;z-index:2}.pokemon-card:nth-child(2):hover{scale:100%;translate:6.5vmax -5vmin;z-index:9}.pokemon-card:nth-child(3){scale:85%;translate:4.5vmax 0;z-index:3}.pokemon-card:nth-child(3):hover{scale:100%;translate:3.5vmax -5vmin;z-index:9}.pokemon-card:nth-child(4){scale:85%;translate:1.5vmax 0;z-index:4}.pokemon-card:nth-child(4):hover{scale:100%;translate:.5vmax -5vmin;z-index:9}.pokemon-card:nth-child(5){scale:85%;translate:-1.5vmax 0;z-index:5}.pokemon-card:nth-child(5):hover{scale:100%;translate:-2.5vmax -5vmin;z-index:9}.pokemon-card:nth-child(6){scale:85%;translate:-4.5vmax 0;z-index:6}.pokemon-card:nth-child(6):hover{scale:100%;translate:-5.5vmax -5vmin;z-index:9}.pokemon-card:nth-child(7){scale:85%;translate:-7.5vmax 0;z-index:7}.pokemon-card:nth-child(7):hover{scale:100%;translate:-8.5vmax -5vmin;z-index:9}.pokemon-card:nth-child(8){scale:85%;translate:-10.5vmax 0;z-index:8}.pokemon-card:nth-child(8):hover{scale:100%;translate:-11.5vmax -5vmin;z-index:9}@keyframes fall{0%{left:-50%;top:-20%}60%{left:43%;top:30%}80%{left:43%;top:20%}to{left:43%;top:30%}}}#pokeball{background:#fff;border:1.75vmin solid #000;border-radius:50%;box-shadow:inset -1.75vmin 1.75vmin 0 1.75vmin #afafaf;filter:drop-shadow(4vmin 0 1.5vmin rgba(0,0,0,.7));height:50vmin;overflow:hidden;position:absolute;width:50vmin}#pokeball:after,#pokeball:before{content:"";position:absolute}#pokeball:before{background:red;height:25vmin;width:55vmin}#pokeball:after{background:#000;height:3vmin;top:23vmin;width:52vmin}#pokeball_button{background:#828282;border:1.75vmin solid #fff;border-radius:50%;box-shadow:0 0 0 1.75vmin #000;height:9vmin;left:18vmin;position:absolute;top:18vmin;width:9vmin;z-index:10}.fade-in{animation:fade-in 1s;animation-delay:0s}.fade-out{animation:fade-out 1s}.ball{animation:fade-in .5s,fall .25s ease-in-out,shake 1s cubic-bezier(.36,.07,.19,.97) 2,fade-out 2s;animation-delay:0ms,0ms,0ms,2s;animation-fill-mode:forwards}.aux{animation:blink .5s 7 alternate;animation-fill-mode:forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes blink{0%{background:#fff}to{background:#ff6464}}@keyframes shake{0%{transform:translate(0) rotate(0)}20%{transform:translate(-1.75vmin) rotate(-20deg)}30%{transform:translate(1.75vmin) rotate(20deg)}50%{transform:translate(-1.75vmin) rotate(-10deg)}60%{transform:translate(1.75vmin) rotate(10deg)}to{transform:translate(0) rotate(0)}}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/PokemonApp/static/media/roboto-cyrillic-ext-300-normal.4777461b144e55145268.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-ext-300-normal.3503ec5cc6330e21f695.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/PokemonApp/static/media/roboto-cyrillic-300-normal.1431d1cef06ad04f5458.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-300-normal.5b5f2f31962967dfc22c.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/PokemonApp/static/media/roboto-greek-ext-300-normal.35b9d6be04b95f0f0530.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-ext-300-normal.392a45a84c081c4b412d.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/PokemonApp/static/media/roboto-greek-300-normal.db2632771401f61463fe.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-300-normal.8ecd7085cfe9bc2c22ac.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/PokemonApp/static/media/roboto-vietnamese-300-normal.32fc45a3d1e8ea11fabc.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-vietnamese-300-normal.8472d69545c7409091b4.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}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/PokemonApp/static/media/roboto-latin-ext-300-normal.dc7dcec8e3f654e0ed63.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-ext-300-normal.182712ab85f1472cdb2f.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/PokemonApp/static/media/roboto-latin-300-normal.c48fb6765a9fcb00b330.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-300-normal.0515ab82dae6923cab85.woff) format("woff");unicode-range:u+00??,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}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/PokemonApp/static/media/roboto-cyrillic-ext-400-normal.804378952da8a10faae2.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-ext-400-normal.af4d91666ea345601bea.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/PokemonApp/static/media/roboto-cyrillic-400-normal.71a33b6b50457b2c903a.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-400-normal.c1d66054fe23e181d92c.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/PokemonApp/static/media/roboto-greek-ext-400-normal.169619821ea93019d1bb.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-ext-400-normal.f708607d2a7290fb8bfa.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/PokemonApp/static/media/roboto-greek-400-normal.c35e4c3958e209d17b31.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-400-normal.dfdff8fa12eac629d29f.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/PokemonApp/static/media/roboto-vietnamese-400-normal.3230f9b040f3c630e0c3.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-vietnamese-400-normal.e0e8ba725ebd107367a8.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}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/PokemonApp/static/media/roboto-latin-ext-400-normal.861b791f9de857a6e7bc.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-ext-400-normal.e757c42df6aaa3e11b62.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/PokemonApp/static/media/roboto-latin-400-normal.b009a76ad6afe4ebd301.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-400-normal.3f2b9a42f643e62a49b7.woff) format("woff");unicode-range:u+00??,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}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/PokemonApp/static/media/roboto-cyrillic-ext-500-normal.62ced72e5832f02c2796.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-ext-500-normal.268f264f58eba5c07c88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/PokemonApp/static/media/roboto-cyrillic-500-normal.cad7d3d9cb265e334e58.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-500-normal.965aebef74db72eaf236.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/PokemonApp/static/media/roboto-greek-ext-500-normal.6fb9cffb1d3e72bf9293.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-ext-500-normal.eaa367bbd0b333a7f80b.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/PokemonApp/static/media/roboto-greek-500-normal.9ac81fefbe6c319ea40b.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-500-normal.1a05a4887ccb810cb4dd.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/PokemonApp/static/media/roboto-vietnamese-500-normal.d8642a3d1d4ef6179644.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-vietnamese-500-normal.657896dad292ee9a0a0a.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}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/PokemonApp/static/media/roboto-latin-ext-500-normal.9165081d10e1ba601384.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-ext-500-normal.252057e589a0379208ed.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/PokemonApp/static/media/roboto-latin-500-normal.f25d774ecfe0996f8eb5.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-500-normal.1f075502d0094a398e21.woff) format("woff");unicode-range:u+00??,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}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/PokemonApp/static/media/roboto-cyrillic-ext-700-normal.be4d02458ce53887dc37.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-ext-700-normal.198a421f279162d59143.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/PokemonApp/static/media/roboto-cyrillic-700-normal.d010f1f324e111a22e53.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-cyrillic-700-normal.f8a034d72aa6828199d4.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/PokemonApp/static/media/roboto-greek-ext-700-normal.bd9854c751441ccc1a70.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-ext-700-normal.249853776d22a271b2b5.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/PokemonApp/static/media/roboto-greek-700-normal.50e795c1345353b0e996.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-greek-700-normal.a84892c56152037b3552.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/PokemonApp/static/media/roboto-vietnamese-700-normal.3425a701027d0699e369.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-vietnamese-700-normal.4df79f684fcbca8386bd.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}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/PokemonApp/static/media/roboto-latin-ext-700-normal.ed67ad54b1a8f5d21150.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-ext-700-normal.c1cc6d6fc851b3a2f79d.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/PokemonApp/static/media/roboto-latin-700-normal.227c93190fe7f82de3f8.woff2) format("woff2"),url(/PokemonApp/static/media/roboto-latin-700-normal.666d7a2f9db53cf52e2d.woff) format("woff");unicode-range:u+00??,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}
/*# sourceMappingURL=main.5cbf833a.css.map*/