:root{--base-100:#FFFFFF;--base-200:#f3f4f6;--base-300:#e5e7eb;--base-400:#d1d5db;--base-500:#9ca3af;--base-600:#6b7280;--base-700:#343a40;--base-800:#24292d;--base-900:#15171a}.bg-base-100{background-color:var(--base-100)}.bg-base-200{background-color:var(--base-200)}.bg-base-300{background-color:var(--base-300)}.bg-base-400{background-color:var(--base-400)}.bg-base-500{background-color:var(--base-500)}.bg-base-600{background-color:var(--base-600)}.bg-base-700{background-color:var(--base-700)}.bg-base-800{background-color:var(--base-800)}.bg-base-900{background-color:var(--base-900)}.text-base-100{color:var(--base-100)}.text-base-200{color:var(--base-200)}.text-base-300{color:var(--base-300)}.text-base-400{color:var(--base-400)}.text-base-500{color:var(--base-500)}.text-base-600{color:var(--base-600)}.text-base-700{color:var(--base-700)}.text-base-800{color:var(--base-800)}.text-base-900{color:var(--base-900)}.border-base-100{border-color:var(--base-100)}.border-base-200{border-color:var(--base-200)}.border-base-300{border-color:var(--base-300)}.border-base-400{border-color:var(--base-400)}.border-base-500{border-color:var(--base-500)}.border-base-600{border-color:var(--base-600)}.border-base-700{border-color:var(--base-700)}.border-base-800{border-color:var(--base-800)}.border-base-900{border-color:var(--base-900)}.btn-ghost{background-color:transparent;border:none;color:var(--base-100);font-size:1.2rem;cursor:pointer;color:var(--base-900)}.btn-ghost:hover{background-color:var(--base-200)}*{font-family:Raleway,sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal}h1.title-hero,h2.title-heading,h3.title-subheading,h4.title-regular,label.text-regular,label.text-small,li.text-regular,p.text-regular,p.text-small,small.text-small,span.text-regular,span.text-small{color:var(--base-900);margin-bottom:1rem}span.ember-power-select-selected-item{color:var(--base-900)}label.text-regular,label.text-small{margin-bottom:.6rem}h1.title-hero{font-size:2.625rem;font-weight:700;margin-block:0}h2.title-heading{font-size:2.25rem;font-weight:700}h3.title-subheading{font-size:1.5rem;font-weight:800}h4.title-regular{font-size:1.125rem;font-weight:800}label.text-regular,p.text-regular,small.text-regular,span.text-regular{font-size:1rem;line-height:1.8;font-weight:500}label.text-small,p.text-small,small.text-small,span.text-small{font-size:.875rem!important;line-height:1.5!important;font-weight:500!important}small.text-small{color:var(--base-600)!important}textarea{resize:none}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}body{background-color:var(--base-200)}.project-card-actions{gap:.5rem;min-width:120px}@keyframes show-mobile-navbar{to{transform:translateX(0)}}.show-mobile-navbar{transform:translateX(-110%);animation:show-mobile-navbar .3s forwards;top:0;left:0;z-index:100}