:root{--box-size: 80px;--box-color: #1e1e1e;--box-border-color: #afac97;--scene-rotation-x: 20deg;--scene-rotation-y: -20deg;--scene-scale: 1}html{background:var(--box-border-color);font-family:Rubik,sans-serif}html,body{width:100%;height:100%;overflow:hidden;margin:0;padding:0}body{position:fixed;inset:0;height:100vh;touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none}@supports (height: 100dvh){body{height:100dvh}}#stage-clip{position:absolute;inset:0;overflow:hidden}#viewport{position:absolute;inset:0;transform-style:preserve-3d;transform:translate(var(--scene-shift-x, 0px)) scale(var(--scene-scale))}#loading-con{position:absolute;width:100%;height:100%;overflow:hidden;inset:0;margin:auto;display:flex;justify-content:center;align-items:center;transform:translateZ(0);background:var(--box-color)}#loading-logo{position:absolute;width:calc((var(--box-size) - 1px) * 4);height:calc((var(--box-size) - 1px) * 2);background-repeat:no-repeat;background-position:center;background-size:100%;background-color:var(--box-color);inset:0;margin:auto;transform:translate(var(--scene-shift-x, 0px)) scale(var(--scene-scale))}#loading-con svg{background:var(--box-color);position:absolute;transform:translate(var(--scene-shift-x, 0px)) scale(var(--scene-scale))}.loading-line{stroke:var(--box-border-color);stroke-width:2}#scene{position:absolute;transform-style:preserve-3d;width:100%;height:100%;display:flex;justify-content:center;align-items:center;inset:0;margin:auto}#grid-bg{position:absolute;transform-style:preserve-3d;transform:translateZ(calc(var(--box-size) / 2))}#grid-bg #grid-face{fill:var(--box-color)}#grid-bg line{stroke:var(--box-border-color);stroke-width:2}#grid-container{width:var(--box-size);height:var(--box-size);position:absolute;transform-style:preserve-3d;inset:0;margin:auto}.box{transform-style:preserve-3d;width:var(--box-size);height:var(--box-size);position:absolute}.pivot,.lift{position:absolute;transform-style:preserve-3d;width:var(--box-size);height:var(--box-size)}.face{position:absolute;box-sizing:border-box;width:var(--box-size);height:var(--box-size);background-color:var(--box-color);border:1px solid var(--box-border-color);backface-visibility:visible}.top{transform:rotateX(90deg) translateZ(calc(var(--box-size) / 2));background:#343434}.bottom{transform:rotateX(-90deg) translateZ(calc(var(--box-size) / 2));background:#343434}.right{transform:rotateY(90deg) translateZ(calc(var(--box-size) / 2))}.left{transform:rotateY(-90deg) translateZ(calc(var(--box-size) / 2));background:#151515}.front{transform:rotateX(0) translateZ(calc(var(--box-size) / 2));display:flex;justify-content:center;align-items:center;color:#fff0;font-size:2.2rem}.face.front>svg{width:.85em;height:.85em}.back{transform:rotateX(-180deg) translateZ(calc(var(--box-size) / 2))}#logo-box,#logo-box .box,#logo-box .front{width:calc(var(--box-size) * 4);height:calc(var(--box-size) * 2)}#logo-box .front{background-repeat:no-repeat;background-position:center;background-size:100%}#logo-box .top{width:calc(var(--box-size) * 4)}#logo-box .left{height:calc(var(--box-size) * 2)}#ball{width:60px;height:60px;position:absolute;transform-style:preserve-3d;transform-origin:bottom}#ball.bounce div{animation:ball-bounce 1s ease-out forwards}#ball.bounce span{animation:ball-bounce-shadow 1s ease-out forwards}#ball div{width:60px;height:60px;position:absolute;border-radius:50%;inset:0;margin:auto;background:#ec407a;box-shadow:4px -16px 9px #c9215a inset;border:2px solid #fff;transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x));transform-origin:bottom}#ball span{display:block;position:absolute;width:37px;height:9px;background:#0000002e;border-radius:50%;left:4px;right:0;bottom:-8px;margin:auto;opacity:0;transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x)) scale(0)}@keyframes ball-bounce{0%,20%,50%,80%,to{transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x)) translateY(0)}40%{transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x)) translateY(-80px)}60%{transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x)) translateY(-30px)}}@keyframes ball-bounce-shadow{0%,20%,50%,80%,to{transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x)) scale(1);opacity:1}40%{transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x)) scale(.2);opacity:0}60%{transform:rotateY(var(--scene-rotation-y)) rotateX(var(--scene-rotation-x)) scale(.2);opacity:0}}.container-3d{width:var(--box-size);height:var(--box-size);position:absolute;transform-style:preserve-3d}.container-3d span{height:100%;width:100%;display:flex;align-items:center;font-size:3rem;font-weight:300;color:#e7e7da;justify-content:center;position:absolute;box-sizing:border-box;transform-style:preserve-3d;background:linear-gradient(to bottom,rgba(30,87,153,0) 0%,var(--box-color) 20%,var(--box-color) 80%,rgba(30,87,153,0) 100%)}.container-3d span.front b,.container-3d span.back b{font-weight:400;color:#ec407a}.container-3d span img,.container-3d span svg{display:inline-block;height:60%;margin-left:10px}@media(prefers-reduced-motion:reduce){#ball.bounce div,#ball.bounce span{animation:none}#begin-text svg rect:last-of-type,#projects-label svg rect:last-of-type{display:none}}.svg-logo{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20version='1.1'%20id='svg1'%20width='600'%20height='300'%20viewBox='0%200%20600%20300'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs1'%3e%3clinearGradient%20id='linearGradient1'%3e%3cstop%20style='stop-color:%23e86c31;stop-opacity:1;'%20offset='0'%20id='stop1'%20/%3e%3cstop%20style='stop-color:%238938eb;stop-opacity:1;'%20offset='1'%20id='stop2'%20/%3e%3c/linearGradient%3e%3clinearGradient%20xlink:href='%23linearGradient1'%20id='linearGradient2'%20x1='0'%20y1='150'%20x2='600.00977'%20y2='150'%20gradientUnits='userSpaceOnUse'%20/%3e%3c/defs%3e%3cpath%20id='path87'%20style='display:inline;fill:url(%23linearGradient2);fill-opacity:1;stroke-width:0;stroke-opacity:0'%20d='m%20438.75586,240%20c%20-7.01146,7.0848%20-14.0237,14.1691%20-21.03516,21.25391%20-5.25358,5.54675%20-10.95594,10.64469%20-16.93164,15.40429%20-5.93746,4.74522%20-12.30505,9.13914%20-18.88867,12.96485%20-1.35306,0.79285%20-2.71426,1.54571%20-4.08984,2.29882%20-5.32957,2.92479%20-10.76554,5.65085%20-16.39258,7.95118%20-0.0898,0.0368%20-0.17186,0.0904%20-0.26172,0.12695%20H%20600%20V%20240%20Z%20M%20140.82227,180%20c%20-0.25667,-1.42614%20-0.52701,-2.85066%20-0.7461,-4.2832%20-1.6481,-10.12158%20-2.32737,-20.50713%20-1.99414,-30.69141%200.2499,-8.3964%201.16272,-16.77189%202.72461,-25.02539%20H%200%20v%2060%20z%20M%20161.93359,65.265625%20c%200.3569,-0.582496%200.71782,-1.162273%201.08203,-1.740234%200.97926,-1.556923%202.02758,-3.151788%203.07227,-4.691407%200.2481,-0.365233%200.49836,-0.730114%200.75,-1.09375%20v%200%20c%204.1895,-6.054142%208.86133,-11.880593%2013.78711,-17.242187%207.28868,-7.931299%2015.36217,-15.142634%2024.07227,-21.480469%20C%20195.09482,13.658559%20184.93218,9.3717281%20174.39258,6.234375%20160.50427,2.1001763%20146.09019,2.3340737e-4%20131.59961,0%20H%200%20v%2060%20h%20131.60156%20c%2010.33806,1.02e-4%2020.59882,1.781364%2030.33203,5.265625%20z%20M%20300,0%20c%20-82.84271,0%20-150,67.157288%20-150,150%20-3e-5,24.18765%205.84916,48.01657%2017.04883,69.45508%206.05731,-3.084%2011.71513,-6.95161%2016.75781,-11.51563%2010.15482,-10.20597%2020.29528,-20.42567%2030.42969,-30.65234%20C%20211.42894,168.46349%20210.00001,159.25947%20210,150%20c%200,-49.70563%2040.29437,-90%2090,-90%2013.35027,1.35e-4%2026.53331,2.97032%2038.59375,8.695312%20l%20-140.76953,142.249998%20-4.59375,4.64258%20C%20176.54152,231.26969%20154.50222,239.99978%20131.60156,240%20H%200%20v%2060%20h%20131.59961%20c%2014.49058,-2.4e-4%2028.90466,-2.10018%2042.79297,-6.23438%2022.78621,-6.78242%2043.63393,-18.8839%2060.82422,-35.30664%20l%205.92578,-5.98632%20139.97851,-141.45313%2043.71875,-44.177733%20C%20413.63837,50.026774%20399.15531,35.648015%20382.25977,24.568359%20357.81906,8.5395307%20329.22793,2.7675918e-4%20300,0%20Z%20m%20-20.50781,298.5918%20c%206.79569,0.9378%2013.64771,1.4083%2020.50781,1.4082%2042.01608,0.0469%2080.3301,-18.01602%20109.54297,-47.52734%20L%20600,60%20V%200%20H%20361.14844%20c%200.3917,0.15915086%200.78543,0.31947312%201.17773,0.48046875%20C%20369.63603,3.5302455%20376.83225,7.1569728%20383.55469,11.207031%20403.9165,23.445598%20421.48362,40.266474%20434.69727,60%20h%2080.90039%20L%20361.63281,215.58594%20m%200,0%20C%20344.94318,231.26938%20322.90227,240.00025%20300,240%20c%20-8.76199,-2.7e-4%20-17.47698,-1.28005%20-25.86914,-3.79883%20-8.25077,8.3509%20-16.54052,16.66514%20-24.75586,25.05078%20-6.93415,7.17493%20-14.38042,13.87761%20-22.46289,19.73828%2016.27996,9.08353%2034.11056,15.05267%2052.57812,17.60157'%20/%3e%3c/svg%3e")}.contact-link{display:flex;align-items:center;gap:18px;color:#e7e7da;text-decoration:none;cursor:pointer}.contact-link:hover,.contact-link:focus-visible{color:#ec407a}.contact-link .contact-icon{display:flex;align-items:center;position:static;width:auto;height:auto;font-size:inherit;color:inherit;background:none}.contact-link .contact-icon svg{width:.9em;height:.9em;margin-left:0;fill:currentColor}html.projects-mode{background:var(--box-color)}html.projects-mode,html.projects-mode body{position:static;overflow-x:hidden;overflow-y:auto;height:auto;touch-action:auto;overscroll-behavior:auto;-webkit-user-select:auto;user-select:auto}#projects[hidden]{display:none}#projects{position:relative;z-index:1;margin-top:100vh;min-height:100vh;box-sizing:border-box;padding:var(--projects-pad-top, 96px) 0 calc(var(--grid-cell, 80px) * 2);color:#e7e7da;display:flex;flex-direction:column;align-items:center;gap:var(--grid-cell, 80px);background-color:var(--box-color);background-image:linear-gradient(to right,var(--box-border-color) var(--grid-line, 2px),transparent var(--grid-line, 2px)),linear-gradient(to bottom,var(--box-border-color) var(--grid-line, 2px),transparent var(--grid-line, 2px));background-size:var(--grid-cell, 80px) var(--grid-cell, 80px);background-position:var(--grid-offset-x, 0px) var(--grid-offset-y, 0px)}@supports (height: 100svh){#projects{margin-top:100svh}}#projects-heading{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}#project-cards{display:flex;flex-direction:column;gap:var(--grid-cell, 80px);width:100%}.project-card{box-sizing:border-box;border:1px solid var(--box-border-color);background:#151515;padding:28px 32px}.project-card h2{font-size:1.5rem;font-weight:600;margin:0 0 12px}.project-card p{font-weight:300;line-height:1.6;margin:0 0 20px}.project-tech{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0 0 4px;padding:0}.project-tech li{border:1px solid var(--box-border-color);color:var(--box-border-color);font-size:.85rem;font-weight:400;padding:4px 12px}.project-link{display:inline-block;margin-top:16px;color:#ec407a;text-decoration:none;font-weight:400}.project-link:hover,.project-link:focus-visible{text-decoration:underline}@media(max-width:480px){.project-card{padding:18px 16px}.project-card h2{font-size:1.25rem}.project-card p{font-size:.95rem}}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/rubik-arabic-300-normal-BbRXgTYr.woff2) format("woff2"),url(/assets/rubik-arabic-300-normal-BrJ77Ms6.woff) format("woff");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/rubik-cyrillic-ext-300-normal-TsYKNpgB.woff2) format("woff2"),url(/assets/rubik-cyrillic-ext-300-normal-BDI-JChJ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/rubik-cyrillic-300-normal-D-521bBE.woff2) format("woff2"),url(/assets/rubik-cyrillic-300-normal-B6xzABJB.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/rubik-hebrew-300-normal-D77PUPiy.woff2) format("woff2"),url(/assets/rubik-hebrew-300-normal-C_IQvslZ.woff) format("woff");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/rubik-latin-ext-300-normal-DQhg3B1s.woff2) format("woff2"),url(/assets/rubik-latin-ext-300-normal-B91-E3Ge.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Rubik;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/rubik-latin-300-normal-CC5OmgBu.woff2) format("woff2"),url(/assets/rubik-latin-300-normal-BUgDINzQ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/rubik-arabic-400-normal-B6c_9tGI.woff2) format("woff2"),url(/assets/rubik-arabic-400-normal-Dci85dQr.woff) format("woff");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/rubik-cyrillic-ext-400-normal-D-KNTwvG.woff2) format("woff2"),url(/assets/rubik-cyrillic-ext-400-normal-CTkTGo13.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/rubik-cyrillic-400-normal-C5G8_8ug.woff2) format("woff2"),url(/assets/rubik-cyrillic-400-normal-D5R8xuhl.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/rubik-hebrew-400-normal-Dp0lvSRB.woff2) format("woff2"),url(/assets/rubik-hebrew-400-normal-BQDoxs6C.woff) format("woff");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/rubik-latin-ext-400-normal-BtzQ7olK.woff2) format("woff2"),url(/assets/rubik-latin-ext-400-normal-E7wwwcV8.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Rubik;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/rubik-latin-400-normal-j0pmKyiQ.woff2) format("woff2"),url(/assets/rubik-latin-400-normal-BV1Ho3GG.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/rubik-arabic-600-normal-q6c7POk1.woff2) format("woff2"),url(/assets/rubik-arabic-600-normal-DM3TNo7p.woff) format("woff");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/rubik-cyrillic-ext-600-normal-vwfZBdfm.woff2) format("woff2"),url(/assets/rubik-cyrillic-ext-600-normal-BH0SVxfR.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/rubik-cyrillic-600-normal-AdySaCq0.woff2) format("woff2"),url(/assets/rubik-cyrillic-600-normal-CtS_KWzi.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/rubik-hebrew-600-normal-CpCbvE17.woff2) format("woff2"),url(/assets/rubik-hebrew-600-normal-BGAyptFf.woff) format("woff");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/rubik-latin-ext-600-normal-DPvxRCiz.woff2) format("woff2"),url(/assets/rubik-latin-ext-600-normal-DCdMT6U0.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Rubik;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/rubik-latin-600-normal-7iWW07_k.woff2) format("woff2"),url(/assets/rubik-latin-600-normal-Bd1rsTk4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
