:root{color-scheme:light;--text-color:#000;--secondary-text-color:#757575;--code-text-color:#000;--assent-color:#2a66c5;--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-tertiary:#eee;--bg-select:#717171;--bg-button:#e0e0e0;--bg-profile:#e0e0e0;--border-color:#dfdfdf}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--text-color:#e2e2e2;--secondary-text-color:#acacac;--code-text-color:#f8f8f2;--assent-color:#0a84ff;--bg-primary:#121212;--bg-secondary:#1e1e1e;--bg-tertiary:#2c2c2c;--bg-select:#f3f3f3;--bg-button:#383838;--bg-foodde:#2c2c2c;--bg-profile:#373737;--border-color:383838}}*,::after,::before{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Inter,system-ui,sans-serif;font-size:17px;line-height:1.5em;font-synthesis:none;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left}html,body{margin:0;padding:0;color:var(--text-color);background-color:var(--bg-primary)}.container{display:flex;flex-direction:column;height:100vh}.main-container{height:auto;width:100%;max-width:45rem;margin:0 auto;padding:0 1rem}.about{width:100%;max-width:45rem;margin:0 auto;padding:1rem}img{max-width:100%;height:auto}figure,img{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h1,h2,h3,h4,h5,h6,hgroup{margin-bottom:1rem;line-height:1.25;text-rendering:optimizeLegibility;color:var(--text-color)}p{margin-top:0;margin-bottom:1rem}a{text-decoration:none;color:var(--assent-color);font-weight:400}a:hover,a:active{text-decoration:underline}header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.subtitle{margin-bottom:1rem;line-height:1.25;font-size:1rem;font-weight:500;color:var(--secondary-text-color)}.icon-social{display:inline-block;text-decoration:none;background:var(--bg-tertiary);border-radius:8%;border:1px solid var(--border-color)}.item-project{display:flex;align-items:flex-start;flex-direction:column}.icon-app-store{border-radius:22.5%;position:relative;background-color:var(--border-color);border:1px solid var(--border-color)}.icon-project{margin-right:1em;flex-shrink:0}.another-projects{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:5%;margin-bottom:.9em}.icon-another-project{margin-bottom:.5em}.icon-link{text-align:center;cursor:pointer}@media(min-width:48rem){.item-project{flex-direction:row}.item-project h3{margin-top:0;margin-bottom:.5rem}}*[debug] *{outline:1px solid #009ddc!important}.links{margin:1rem 0;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.button{color:var(--secondary-text-color);background-color:var(--bg-button);margin-right:1rem;margin-bottom:1em;padding:.4rem .8rem;border-radius:.4rem;text-decoration:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;cursor:pointer;font-size:1rem;font-weight:400}.icon-another-project{margin-bottom:.5em}.button svg{margin-right:.5rem;fill:var(--secondary-text-color)}a:hover.button,a:active.button{text-decoration:none}