@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);*{border:0;box-sizing:border-box;margin:0}:root{--primary-color:#444;--secondary-color:#005eff;--secondary-background:#ccc}html{font-size:62.5%}body{color:#444;color:var(--primary-color);font-family:Inter,sans-serif}ul{list-style:none;padding-left:0}.home{margin:25% 5% 10%}.home h1{font-size:3.2rem;font-weight:800}.home .search-container{border-bottom:1px solid #fff;border-radius:4px;margin-top:2.4rem;padding:0 8px}.home .search-container,.home input{background-color:var(--secondary-background)}.home input{flex:1 1;font-size:2rem;height:4.6rem;outline:none;padding:0 8px 0 0}.home .search-container{align-items:center;display:flex;justify-content:space-between}.home .search-icon{fill:#333;cursor:pointer}@media screen and (min-width:768px){.home{margin:1rem auto;width:60rem}}.random-word{align-items:center;display:flex;justify-content:center;margin-top:3.2rem}.random-word .container{border-radius:4px;box-shadow:0 0 0 2px #fff,.3em .3em 1em rgba(0,0,0,.3);cursor:pointer;min-width:80%;padding:2rem}.random-word .container:hover{box-shadow:0 10px 13px -7px #000,5px 5px 15px 5px transparent}.random-word h1{font-size:1.6rem;font-weight:700;margin-bottom:2.8rem;text-align:center;text-transform:uppercase}.random-word h2{color:var(--secondary-color);font-size:2.4rem;font-weight:700;margin-bottom:8px}.random-word span{font-size:1.4rem;font-weight:600}.random-word h3{font-size:1.6rem;font-weight:500}.random-word p{font-size:1.8rem;margin-top:8px}.error{color:tomato;font-size:1.4rem;font-weight:600}.loading{font-size:1.8rem}.suggestion-list{background-color:var(--secondary-background)}.suggestion-list li{border-bottom:1px solid #fff;cursor:pointer;font-size:2rem;padding:8px}.word{margin:5% 5% 30%}.word .go-back{align-items:center;background-color:inherit;color:var(--secondary-color);cursor:pointer;display:flex;justify-content:left;margin-left:-10px;padding-left:0}.word .go-back span{font-size:1.4rem}.word h1{font-size:3.2rem;margin-bottom:1rem;margin-top:3.6rem}.word h3{font-size:1.4rem;margin-bottom:1.4rem;text-transform:uppercase}.word .error,.word .loading{margin-top:4.8rem;text-align:center}.word .error{font-size:2.8rem}@media screen and (min-width:768px){.word{margin:1rem auto 8rem;width:60rem}}.definition,.example{font-size:1.8rem;line-height:1.5;margin-bottom:3.2rem}.example{margin-left:1.2rem}.part-of-speech-list{display:flex;margin:2rem 0}.part-of-speech-list .part-of-speech{border:1px solid var(--secondary-color);color:var(--secondary-color);cursor:pointer;font-size:1.6rem;padding:2px 10px}.part-of-speech-list .active{background-color:var(--secondary-color);color:#fff}.phonetics-list{align-items:center;display:flex;font-size:1.6rem}.phonetics-list .phonetics{color:var(--secondary-color);font-weight:500}.phonetics-list .speaker{cursor:pointer;margin-bottom:-6px}.phonetics-list .speaker:active{color:#0091ff}.word-variations{display:flex}.word-variations .antonyms,.word-variations .synonyms{flex:1 1;font-size:1.6rem}.word-variations .antonyms li,.word-variations .synonyms li{color:var(--secondary-color);cursor:pointer;font-size:1.6rem}
/*# sourceMappingURL=main.d3321b94.css.map*/