:root{--primary-color: #282828;--secondary-color: #ebdbb2;--primary-highlight-color: #fb4934;--secondary-highlight-color: #fabd2f}html,body{height:100%;font-family:Geist Mono;color:var(--secondary-color);background-color:var(--primary-color)}.title-text-bold{font-weight:bolder;font-size:1.25rem}.subtitle-text{opacity:.2;font-size:.825rem}*{margin:0;padding:0;box-sizing:border-box}::selection{background-color:var(--primary-highlight-color);color:var(--primary-color)}::-moz-selection{background-color:var(--primary-highlight-color);color:var(--primary-color)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}.hero-container{padding:3rem;background-color:var(--primary-color)}.hero-content-1{font-size:1rem}.hero-region-wrapper{display:flex;flex-direction:column;gap:1.25rem}.hero-region-wrapper>.hero-region{display:flex;align-items:center;gap:.85rem}.hero-region-wrapper>.hero-region>svg{width:24px}@media(max-width:768px){.hero-region-wrapper{padding-bottom:1rem}}.hero-wrapper{display:flex;flex-direction:column}.hero-name-ascii{overflow-x:auto;max-width:100vw}.hero-name-ascii pre{display:inline-block}.hero-name-ascii pre{font-weight:800;font-family:monospace;white-space:pre;font-size:1rem}@media(max-width:768px){.hero-name-ascii pre{font-size:.3rem}}@media(max-width:568px){.hero-name-ascii pre{font-size:.2rem}}.hero-content-socials-container{margin-top:1.25rem;display:flex;flex-direction:column;border-radius:8px}.hero-content-socials-wrapper{display:flex;flex-direction:column;gap:.25rem}.hero-content-socials-wrapper li{list-style:none}.hero-content-socials-wrapper li>div{display:flex;align-items:center}.hero-content-socials-wrapper li>div>a{display:flex;color:inherit;gap:.25rem;text-decoration:none;transition:30ms}.hero-content-socials-wrapper li>div>a:hover{color:var(--primary-highlight-color)}.hero-content-socials-btn{font-size:1rem}@media(max-width:768px){.hero-container{padding:1.25rem}.hero-content-socials-wrapper{flex-direction:row;flex-wrap:wrap;gap:1.25rem}.hero-content-socials-wrapper li>div>a{padding:.525rem;border:1px solid var(--secondary-color);border-radius:4px;font-size:.825rem}}.projects-container{height:100vh;padding:3rem;display:flex;flex-direction:column;gap:1.25rem}.projects-list-masonry-row{display:flex;gap:1.25rem}.projects-list-masonry-column{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:768px){.projects-container{padding:1.25rem}}.project-card-component-container{display:flex;flex-direction:column;width:100%;max-width:400px;padding:1.25rem;border:1px solid var(--secondary-color);border-radius:4px;opacity:.2;transition:50ms;box-sizing:border-box}.project-card-component-container:hover{opacity:1}.project-card-component-wrapper{display:flex;flex-direction:column;gap:1.25rem}.project-card-component-description{font-size:.825rem}.project-card-component-cte{display:flex;flex-direction:column;font-size:.8rem;gap:.825rem}.project-card-component-cte>a{display:block;word-break:break-word;overflow-wrap:anywhere;color:inherit;text-decoration:none;padding:8px;border-radius:4px;border:1px solid var(--secondary-color);text-align:center}.project-card-component-cte>a:hover{color:var(--primary-highlight-color)}
