@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root { 
--theme-gradient: linear-gradient(135deg, #ebfcc9, #d3f0d7);
--theme-light-gradient: linear-gradient(135deg, #f5ffe7, #eafaef);
--scroll-hide: 15px;
--navbar-height: 4.25rem;
--aside-width: 17.438rem;
--aside-width-collapsed: 5.5rem;
--aside-transition: all 0.5s ease;
--theme-table-th: #f3f3f5;
--theme-table-hover-bg: #f3f3f5;

--primary-opacity-10: rgba(var(--bs-primary-rgb), 0.10);
--primary-opacity-50: rgba(var(--bs-primary-rgb), 0.50);
--primary-opacity-75: rgba(var(--bs-primary-rgb), 0.75);

--at-fair: #ffc400;
--at-good: #1e6644;
--at-great: #1faa00;
--at-high: #fc7b1e;
--at-low: #666666;

}

