@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{align-items:center;display:flex;justify-content:center;min-width:100vw}body:has(.Dark){background-color:#000}.App{align-items:center;color:#2d2d2d;display:flex;flex-direction:column;font-family:Inconsolata;justify-content:flex-start;min-height:100vh;padding:0 1.5rem;width:100vw}.Dark{background:#000;color:#fff}.sans{font-family:Arial,Helvetica,sans-serif}.serif{font-family:Times New Roman,Times,serif}.mono{font-family:Courier New,Courier,monospace}@media screen and (min-width:768px){.App{max-width:43.0625rem}}@media screen and (min-width:1440px){.App{max-width:46.0625rem}}.NavBar{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1.5rem 0;width:100%}.NavBar img{height:2rem}.NavBar .settings{justify-content:center}.NavBar .settings,.NavBar .settings .dropdown{align-items:center;display:flex;flex-direction:row}.NavBar .settings .dropdown{height:1.5rem;justify-content:space-between;position:relative;width:4.5rem}.NavBar .settings .dropdown select{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid transparent;box-shadow:none;color:#2d2d2d;cursor:pointer;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.5rem;outline:0;outline:1px solid transparent;padding:0 1rem}.NavBar .settings .dropdown select option{background-color:#fff;border:1px solid transparent;cursor:pointer;font-weight:700;outline:none}.NavBar .settings .dropdown select .sans{font-family:Arial,Helvetica,sans-serif}.NavBar .settings .dropdown select .serif{font-family:Times New Roman,Times,serif}.NavBar .settings .dropdown select .mono{font-family:Courier New,Courier,monospace}.NavBar .settings .dropdown select::-ms-expand{display:none}.NavBar .settings .dropdown .selectDark{color:#fff}.NavBar .settings .dropdown .selectDark option{color:#2d2d2d}.NavBar .settings .dropdown:after{align-items:center;content:"▼";cursor:pointer;display:flex;font-size:.85rem;height:1.5rem;justify-content:center;pointer-events:none;position:absolute;right:0;top:0;transition:all .25s ease}.NavBar .settings .dropdown:hover:after{color:#a445ed}.NavBar .settings .separator{background-color:#e9e9e9;height:2rem;margin:0 1rem;width:.0625rem}.NavBar .settings .theme-design .switch{display:inline-block;height:1.25rem;position:relative;width:2.5rem}.NavBar .settings .theme-design .switch input{height:0;opacity:0;width:0}.NavBar .settings .theme-design .switch .slider{background-color:#757575;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.NavBar .settings .theme-design .switch .slider:before{background-color:#fff;bottom:.1875rem;content:"";height:.875rem;left:.1875rem;position:absolute;transition:.4s;width:.875rem}.NavBar .settings .theme-design .switch input:checked+.slider{background-color:#a445ed}.NavBar .settings .theme-design .switch input:focus+.slider{box-shadow:0 0 1px #a445ed}.NavBar .settings .theme-design .switch input:checked+.slider:before{-webkit-transform:translateX(1.3125rem);transform:translateX(1.3125rem)}.NavBar .settings .theme-design .switch .slider.round{border-radius:2.125rem}.NavBar .settings .theme-design .switch .slider.round:before{border-radius:50%}.NavBar .settings .theme-design img{height:1.25rem;margin-left:.75rem}.MoonIconDark{-webkit-filter:brightness(0) saturate(100%) invert(33%) sepia(28%) saturate(4753%) hue-rotate(256deg) brightness(95%) contrast(95%);filter:brightness(0) saturate(100%) invert(33%) sepia(28%) saturate(4753%) hue-rotate(256deg) brightness(95%) contrast(95%)}.MoonIcon{-webkit-filter:brightness(0) saturate(100%) invert(48%) sepia(0) saturate(1205%) hue-rotate(197deg) brightness(94%) contrast(87%);filter:brightness(0) saturate(100%) invert(48%) sepia(0) saturate(1205%) hue-rotate(197deg) brightness(94%) contrast(87%)}.SearchBar{align-items:center;background-color:red;background-color:#f4f4f4;border-radius:16px;display:flex;height:3rem;justify-content:space-between;margin-bottom:1.75rem;width:100%}.SearchBar input{color:#2d2d2d;font-size:1rem;font-style:normal;font-weight:700;line-height:1.0625rem;margin:1rem 1.5rem;outline:1px solid transparent;width:calc(100% - 1.5rem)}.SearchBar button,.SearchBar input{background-color:initial;border:1px solid transparent}.SearchBar button{cursor:pointer;margin-right:1.5rem}.SearchedWord{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:2.125rem;width:100%}.SearchedWord .word{align-items:flex-start;display:flex;flex-direction:column;gap:.5625rem;justify-content:center}.SearchedWord .word h1{font-size:2rem;font-weight:700;line-height:2.125rem}.SearchedWord .word span{color:#a445ed;font-family:Inter;font-size:1.125rem;font-weight:400;line-height:1.5rem}.SearchedWord .pronunciacion{cursor:pointer;transition:.5s linear;width:3rem}.SearchedWord .pronunciacion:active{opacity:.5}.Meaning{margin-bottom:2.125rem}.Meaning .partOfSpeach{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:2.125rem}.Meaning .partOfSpeach span{font-size:1.125rem;font-weight:700;line-height:1.1875rem}.Meaning .partOfSpeach hr{background-color:#e9e9e9;border:1px solid transparent;margin-left:1.5625rem;width:100%}.Meaning .def span{font-family:Inconsolata;font-size:1rem;font-weight:400;line-height:1.0625rem}.Meaning .def ul{list-style:none;margin-top:1rem}.Meaning .def ul li{margin-bottom:.8125rem}.Meaning .def ul li span{font-family:inherit;font-size:.9375rem;font-weight:400;line-height:1.5rem}.Meaning .def ul li .example{color:#757575;display:block;margin-left:.75rem;margin-top:.875rem}.Meaning .def ul li:before{align-items:center;color:#a445ed;content:"•";display:flex;display:inline-block;font-size:1.25rem;font-weight:700;justify-content:center;vertical-align:middle;width:1rem}.Meaning .antonyms,.Meaning .synonyms{margin-top:1.5rem}.Meaning .antonyms span,.Meaning .synonyms span{color:#757575;font-family:Lora;font-size:1rem;font-weight:400;line-height:1.25rem;margin-right:2.4375rem}.Meaning .antonyms p,.Meaning .synonyms p{color:#a445ed;display:inline;font-family:Inconsolata;font-size:1rem;font-weight:700;line-height:1.0625rem}.Definition,.Source{width:100%}.Source{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:4rem}.Source hr{background-color:#979797;border:0;height:1px;margin-bottom:1.625rem;margin-top:-.5rem;width:100%}.Source span{color:#979797;margin-bottom:.5719rem;text-decoration-line:underline}.Source a,.Source span{font-family:Inconsolata;font-size:14px;font-style:normal;font-weight:400;line-height:15px}.Source a{color:inherit;margin-right:.5rem;text-decoration:none}.Source .link{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}.Source a:hover{color:#a445ed}@media screen and (min-width:768px){.source-link{align-items:flex-start;display:flex;flex-direction:row;gap:1.3125rem;justify-content:flex-start}}.NotFound{align-items:center;display:flex;flex-direction:column;justify-content:center}.NotFound .emoji{color:#2d2d2d;font-family:Roboto;font-size:4rem;font-style:normal;font-weight:400;line-height:4.6875rem;margin-bottom:2.75rem;margin-top:8.25rem}.NotFound span{font-size:1.25rem;font-weight:700;line-height:1.5rem;margin-bottom:1.5rem}.NotFound p,.NotFound span{font-family:Inter;font-style:normal;text-align:center}.NotFound p{color:#757575;font-size:18px;font-weight:400;line-height:24px}
/*# sourceMappingURL=main.2baa4b18.css.map*/