:root{--ubiquity-primary-color: #000000;--ubiquity-primary-text-color: #1a1a1a;--ubiquity-secondary-color: #ffd100;--ubiquity-secondary-text-color: #ffd900;--ubiquity-tertiary-color: #ffc700;--ubiquity-tertiary-text-color: #ffdb4d;--ubiquity-primary-background: #ffffff;--ubiquity-secondary-background: #fffef5;--ubiquity-primary-transparent-color: rgba(0, 0, 0, .5);--primary-transparent-color: rgba(0, 0, 0, .25);--primary-color: #000000;--primary-text-color: #1a1a1a;--secondary-color: #ffd100;--secondary-text-color: #1daa61;--tertiary-color: #ffc700;--tertiary-text-color: #d9fdd3;--background-color: #000000;--surface-color: #ffffff;--divider-color: #e0e0e0;--primary-background: #f8f8f8;--secondary-background: #fffffc;--deactive-background: #cccccc;--error-color: #f44336;--error-color-light: #ef9a9a;--error-color-dark: #d32f2f;--warn-color: #ff9800;--warn-color-light: #ffcc80;--warn-color-dark: #f57c00;--success-color: #4caf50;--success-color-light: #a5d6a7;--success-color-dark: #388e3c;--info-color: #2196f3;--info-color-light: #90caf9;--info-color-dark: #1976d2;--dark-primary-text-color: #212121;--light-primary-text-color: #ffffff;--size-cadence: .5rem;--font-size-xs: .75rem;--font-size-sm: 1rem;--font-size-md: 1.25rem;--font-size-lg: 1.5rem;--font-size-xl: 2rem;--font-size-xxl: 3rem;--font-family: "Nunito Sans";--h1-font-size: var(--font-size-xxl);--h2-font-size: var(--font-size-xl);--h3-font-size: var(--font-size-lg);--h4-font-size: var(--font-size-md);--h5-font-size: var(--font-size-sm);--h6-font-size: var(--font-size-xs);--p-font-size: var(--font-size-sm);--spacing-unit: var(--size-cadence);--spacing-xs: var(--spacing-unit);--spacing-sm: calc(var(--spacing-unit) * 2);--spacing-md: calc(var(--spacing-unit) * 3);--spacing-lg: calc(var(--spacing-unit) * 4);--spacing-xl: calc(var(--spacing-unit) * 5);--spacing-xxl: calc(var(--spacing-unit) * 6);--spacing-xxxl: calc(var(--spacing-unit) * 7);--border-radius: 4px;--border-radius-sm: calc(var(--border-radius) / 2);--border-radius-lg: calc(var(--border-radius) * 2);--border-radius-button: calc(var(--size-cadence) * 3)}html{font-size:16px}*{box-sizing:border-box}html,body{background-color:var(--primary-background);margin:0;font-family:var(--font-family),sans-serif;color:var(--dark-primary-text-color)}html,body{height:100%;overflow:hidden}.no-select{-webkit-user-select:none;user-select:none}.interactive-box{transition:all .3s ease}.interactive-box:hover{transform:translateY(-5px);box-shadow:4px 4px 8px #0000001a,-4px -4px 8px #ffffffe6}.interactive-text{transition:all .3s ease}.interactive-text:hover{transform:translateY(-5px);text-shadow:4px 4px 8px rgba(0,0,0,.1),-4px -4px 8px rgba(255,255,255,.9)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background-color:var(--deactive-background);border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb:hover{background-color:var(--primary-text-color)}
