*{box-sizing:border-box;margin:0;padding:0}:root{--background:#fff;--surface:#faf9f6;--accent:#d8bb3b;--accent-hover:#d8bb3b;--text:#111;--text-secondary:#555;--border:#0000001f}html{scroll-behavior:smooth}section{scroll-margin-top:0}body{cursor:none;background:var(--background);min-height:100vh;color:var(--text);font-family:var(--font-ubuntu), Arial, sans-serif;line-height:1.6;position:relative;overflow-x:hidden}.hero,section{cursor:none;background:#fff;background:var(--background);min-height:100vh;color:var(--text);font-family:var(--font-ubuntu), Arial, sans-serif;line-height:1.6;position:relative;overflow-x:hidden}.cursor-dot{pointer-events:none;z-index:99999;background:#111;border-radius:50%;width:3px;height:3px;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:99998;border:1px solid #d8bb3b;border-radius:50%;width:22px;height:22px;position:fixed;transform:translate(-50%,-50%)}a{color:inherit;text-decoration:none}ul{list-style:none}.navbar,section{z-index:1;position:relative}.navbar{z-index:100;background:0 0;justify-content:space-between;align-items:center;width:100%;height:90px;padding:0 48px;display:flex;position:fixed;top:0;left:0}.logo img{width:180px;height:auto;display:block}.logo{align-items:center;transition:opacity .4s,transform .4s;display:flex}.logo.show{opacity:1;transform:translateY(0)}.logo.hide{opacity:.2d;pointer-events:none;transform:translateY(-15px)}.nav-links{align-items:center;gap:48px;display:flex}.nav-links a:hover{opacity:1;transform:translateY(-2px)}.nav-links a{color:var(--text);opacity:.65;font-size:15px;font-weight:500;transition:opacity .25s,transform .35s cubic-bezier(.22,1,.36,1)}.hero{background:var(--background);min-height:100vh;padding:170px 64px 80px;position:relative;overflow:hidden}.hero-content{z-index:4;max-width:720px;position:relative}.intro{color:var(--text-secondary);margin-bottom:6px;font-size:16px}.name{color:var(--text);margin-bottom:10px;font-size:30px;line-height:1.15}.creator{height:42px;color:var(--accent);margin-bottom:56px;font-size:28px;font-weight:700;line-height:1;overflow:hidden}.role-text,.typing-cursor{color:var(--accent)}.typing-cursor{animation:.8s infinite blink}@keyframes blink{50%{opacity:0}}.hero-title{max-width:850px;color:var(--text);letter-spacing:-4px;text-transform:uppercase;font-size:clamp(58px,6.6vw,118px);font-weight:900;line-height:.95}.hero-image{z-index:2;width:340px;position:absolute;bottom:0;left:60%;transform:translateY(-100%)}.hero-image img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:auto;display:block}.hero:after{content:"";z-index:0;background:#00000009;border-radius:50%;width:850px;height:850px;position:absolute;bottom:-250px;right:-180px}.hero-email{z-index:5;position:absolute;bottom:110px;right:96px}.hero-email a{color:var(--text);letter-spacing:.03em;font-size:16px;font-weight:500;transition:all .3s;display:inline-block;position:relative}.hero-email a:after{content:"";z-index:-1;background:#d8bb3b59;border-radius:20px 8px 18px 10px;width:calc(100% + 12px);height:20px;transition:background .3s;position:absolute;bottom:-3px;left:-6px;transform:rotate(-1.5deg)}.hero-email a:hover{transform:translateY(-2px)}.hero-email a:hover:after{background:#d8bb3b}.socials{z-index:10;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:50%;right:48px;transform:translateY(-50%)}.socials a{color:#111;font-size:15px;font-weight:600}.socials span{opacity:.45;background-color:#d8bb3b;width:12px;height:2px}.social-link{opacity:.65;transition:opacity .25s,transform .25s;display:inline-block}.social-link:hover{color:#d8bb3b;opacity:1;transform:translateY(-3px)}section:not(.hero){background:var(--background);min-height:80vh;padding:120px 48px}.section-eyebrow{color:#111;z-index:1;margin-bottom:40px;font-size:20px;font-weight:500;display:inline-block;position:relative}.section-eyebrow:after{content:"";z-index:-1;background:#d8bb3b;border-radius:8px 14px 10px 6px;width:calc(100% + 16px);height:25px;position:absolute;bottom:0;left:-8px;transform:rotate(-1.2deg)}.technologies{background:var(--background);padding:120px 64px}.tech-title{color:var(--text);margin:16px 0 42px;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;line-height:1}.tech-logos{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.tech-logos svg{color:#111;opacity:.75;font-size:24px;transition:all .25s}.tech-logos svg:hover{color:var(--accent);opacity:1;transform:translateY(-4px)}.projects{background:var(--background);padding:120px 64px}.projects-panel{background:#fff;border:1px solid #00000014;grid-template-columns:280px 1fr;gap:24px;padding:22px;display:grid;box-shadow:0 20px 50px #0000000f}.projects-sidebar{flex-direction:column;gap:12px;display:flex}.project-item{text-align:left;color:var(--text);cursor:pointer;background:#fff;border:1px solid #00000014;padding:22px;transition:all .3s;position:relative;overflow:hidden}.project-item:hover{background:#faf5fa;border-color:#0000002e;transform:translate(6px)}.project-item.active{background:#d8bb3b;border-color:#00000038}.project-item h3{color:var(--text);margin-bottom:1px;font-size:.75rem}.project-item span{color:var(--text-secondary);font-size:.75rem}.projects-content{grid-template-columns:1fr 420px;align-items:center;gap:20px;display:grid}.project-status{color:var(--accent);letter-spacing:.15em;text-transform:uppercase;font-size:.65rem}.project-info h3{color:var(--text);margin:14px 0;font-size:2.6rem;line-height:1}.project-info p{max-width:550px;color:var(--text-secondary);font-size:.95rem;line-height:1.8}.project-tech{flex-wrap:wrap;gap:10px;margin:24px 0;display:flex}.project-tech small{color:var(--text);background:#fff;border:1px solid #00000014;border-radius:999px;padding:7px 12px;font-size:.75rem}.project-info a{color:var(--accent);margin-top:10px;font-size:.9rem;display:inline-block}.project-image{border:1px solid #00000014;overflow:hidden}.project-image img{width:100%;display:block}.footer-logo{justify-content:center;display:flex}.footer-logo img{width:250px;height:auto}.ai-bot-button{color:#000;cursor:pointer;z-index:999;background:#c7f022;border:none;border-radius:50%;width:64px;height:64px;font-size:1.8rem;position:fixed;bottom:28px;right:28px;box-shadow:0 12px 35px #00000059}.ai-bot-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#000000b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ai-bot-window{color:#fff;text-align:center;background:#10131c;border:1px solid #ffffff24;border-radius:32px;width:min(420px,90vw);padding:36px;position:relative;box-shadow:0 30px 80px #00000080}.ai-bot-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:18px;right:20px}.ai-bot-face{background:linear-gradient(145deg,#c7f022,#7789ab);border-radius:50%;width:120px;height:120px;margin:0 auto 24px;animation:3s ease-in-out infinite floatFace;position:relative}.eye{background:#000;border-radius:50%;width:14px;height:22px;position:absolute;top:42px}.eye.left{left:34px}.eye.right{right:34px}.mouth{border-bottom:4px solid #000;border-radius:50%;width:36px;height:16px;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}@media (max-width:1200px){.navbar{padding:0 32px}.hero{padding:140px 32px 60px}.hero-title{font-size:clamp(60px,8vw,110px)}.hero-image{width:420px;top:120px;right:-40px}.projects-panel{grid-template-columns:240px 1fr}.projects-content{grid-template-columns:1fr 340px}}@media (max-width:900px){.navbar{padding:0 24px}.nav-links{gap:12px}.hero{padding:130px 24px 60px}.hero-title{letter-spacing:-3px;font-size:clamp(52px,14vw,90px)}.hero-image{opacity:.25;width:520px;top:300px;right:-140px}.hero-email{bottom:70px;left:24px;right:auto}.socials{right:50px}section:not(.hero),.technologies,.projects{padding:100px 24px}.projects-panel,.projects-content{grid-template-columns:1fr}}@media (max-width:600px){.navbar{flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;height:105px;padding:14px 18px 0;display:flex}.logo img{width:140px}.nav-links{justify-content:center;align-items:center;gap:22px;width:100%;margin-top:-30px;display:flex}.nav-links a{font-size:20px;font-weight:500}.hero{padding:150px 18px 60px}.intro{font-size:14px}.name{font-size:23px}.creator{height:32px;margin-bottom:34px;font-size:21px}.hero-title{letter-spacing:-2px;max-width:100%;margin-top:28px;font-size:clamp(42px,15vw,64px);line-height:.95}.hero-image{opacity:.28;z-index:1;pointer-events:none;width:450px!important;position:absolute!important;inset:auto auto 85px 50%!important;transform:translate(-50%)!important}.hero-image img{object-fit:contain;width:100%;height:auto;display:block}.hero-email{bottom:45px;left:18px;right:auto}.hero-email a{font-size:14px}.socials{z-index:6;flex-direction:row;gap:20px;display:flex;position:absolute!important;inset:auto 18px 35px auto!important;transform:none!important}.socials span{display:none}.socials a{opacity:.85;font-size:25px;font-weight:500}section:not(.hero),.technologies,.projects{padding:80px 18px}.about-title,.tech-title,.projects-title{font-size:2rem}.about-content p{font-size:.95rem}.projects-panel{grid-template-columns:1fr;gap:20px}.projects-content{grid-template-columns:1fr}.project-image{order:-1}}@media (min-width:601px) and (max-width:1180px){.hero{position:relative;overflow:hidden}.hero-image{z-index:1;pointer-events:none;opacity:.28!important;width:420px!important;position:absolute!important;inset:900px auto auto 50%!important;transform:translate(-50%)!important}.hero-image img{object-fit:contain;width:100%;height:auto;display:block}.socials{flex-direction:row;gap:24px;display:flex;position:absolute!important;inset:auto auto 45px 50%!important;transform:translate(-50%)!important}.socials span{display:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_3ab9bced-module__vt23OG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_3ab9bced-module__vt23OG__variable{--font-space:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;font-display:swap;src:url(../media/8f44a3f8acf030d7-s.3syvnp8j10dqy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;font-display:swap;src:url(../media/e476edbd88287c80-s.3mmxemjqhg8pt.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;font-display:swap;src:url(../media/b5ec3cc80d647f5c-s.10s3me17p-2lz.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ba13cd28f015ae67-s.0rl9vipd-zo1a.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;font-display:swap;src:url(../media/e20f1bbbcea1f1aa-s.3833n6f11heo2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:300;font-display:swap;src:url(../media/cd72e39fe5f8e190-s.p.0e2034rwz-vfe.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url(../media/49f63022355b874d-s.3lbsujm2n8k6s.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url(../media/da99beadb68683ca-s.2dudn6bv_poz-.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c8480d661ce86a95-s.26d5xshw2vdh3.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ed4419e06e4417f3-s.0mu4-ortg8fin.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url(../media/35dab0372a508468-s.1t7520p5sfc1t.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url(../media/216579b50e548914-s.p.1ay1jy0-bfc4a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url(../media/62298de840807b3a-s.00licbk65exol.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5b6b955c86e93082-s.0ak44zg_kjc61.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e9a2cc13e71c7659-s.3axjk9d1m5_k6.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url(../media/80b5d2606701f988-s.1s9vq5z1h5jcu.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5427b945d5902666-s.2aa6loj74htdu.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url(../media/3df2de83712245dd-s.p.0w014qgprzbql.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;font-display:swap;src:url(../media/893ae83aca20c19d-s.2no1p4ni73x31.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c02ac0fa909c6aa5-s.03xlgvoej3q4l.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;font-display:swap;src:url(../media/dd1c5fae9520065d-s.2fnu8uymfvayr.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ae8db9675a5da745-s.3xr16g8q2rvfk.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798f80a4b3a62ae7-s.3dpa8acchrchc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Ubuntu;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bc7fc94203521e3-s.p.0gm5xa07u9y0b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Ubuntu Fallback;src:local(Arial);ascent-override:91.32%;descent-override:18.52%;line-gap-override:2.74%;size-adjust:102.06%}.ubuntu_e7568d61-module__BLWD4a__className{font-family:Ubuntu,Ubuntu Fallback;font-style:normal}.ubuntu_e7568d61-module__BLWD4a__variable{--font-ubuntu:"Ubuntu", "Ubuntu Fallback"}
