


.bg-primary {
  background-color: var(--primary);
}

.bg-primary-hover {
  background-color: var(--primary-hover);
}

.bg-primary-active {
  background-color: var(--primary-active);
}

.bg-primary-subtle {
  background-color: var(--primary-subtle);
}

.bg-primary-muted {
  background-color: var(--primary-muted);
}


.bg-white {
  background-color: var(--white);
}

.bg-light {
  background-color: var(--gray-200);
}

.bg-muted {
  background-color: var(--gray-300);
}

.bg-dark-soft {
  background-color: var(--bg-dark-soft);
}

.bg-black {
  background-color: var(--black);
}

.bg-dark,
.theme-dark.bg-dark {
  background-color: var(--black-900);
}


.bg-body {
  background-color: var(--bg-body);
}

.bg-subtle {
  background-color: var(--bg-subtle);
}

.bg-card {
  background-color: var(--bg-card);
}

.bg-input {
  background-color: var(--bg-input);
}


.bg-overlay-dark {
  background-color: var(--overlay-dark);
}

.bg-overlay-medium {
  background-color: var(--overlay-medium);
}

.bg-overlay-light {
  background-color: var(--overlay-light);
}


.bg-success {
  background-color: var(--success);
}

.bg-success-subtle {
  background-color: var(--success-subtle);
}

.bg-warning {
  background-color: var(--warning);
}

.bg-warning-subtle {
  background-color: var(--warning-subtle);
}

.bg-danger {
  background-color: var(--danger);
}

.bg-danger-subtle {
  background-color: var(--danger-subtle);
}

.bg-info {
  background-color: var(--info);
}

.bg-info-subtle {
  background-color: var(--info-subtle);
}


.bg-red-50 {
  background-color: var(--red-50);
}

.bg-red-100 {
  background-color: var(--red-100);
}

.bg-red-400 {
  background-color: var(--red-400);
}

.bg-red {
  background-color: var(--red);
}

.bg-red-600 {
  background-color: var(--red-600);
}

.bg-red-700 {
  background-color: var(--red-700);
}


.bg-transparent {
  background-color: transparent;
}



.text-heading {
  color: var(--heading-color);
}

.text-body {
  color: var(--text-color);
}

.text-muted {
  color: var(--text-muted);
}

.text-subtle {
  color: var(--text-subtle);
}

.text-on-dark {
  color: var(--text-on-dark);
}

.text-on-primary {
  color: var(--text-on-primary);
}


.text-primary,
.text-red {
  color: var(--primary);
}

.text-primary-hover {
  color: var(--primary-hover);
}


.text-white {
  color: var(--white);
}

.text-black {
  color: var(--black-900);
}

.text-dark {
  color: var(--black-800);
}

.text-gray {
  color: var(--black-400);
}


.text-white-95 {
  color: var(--white-95);
}

.text-white-70 {
  color: var(--white-70);
}

.text-white-50 {
  color: var(--white-50);
}

.text-white-30 {
  color: var(--white-30);
}

.text-white-15 {
  color: var(--white-15);
}


.text-success {
  color: var(--success);
}

.text-warning {
  color: var(--warning);
}

.text-danger {
  color: var(--danger);
}

.text-info {
  color: var(--info);
}


.text-inherit {
  color: inherit;
}

.text-current {
  color: currentColor;
}


.theme-dark {
  background-color: var(--black);
  color: #ffffff;
}


.theme-dark :is(h1, h2, h3, h4, h5, h6) {
  color: inherit;
}

.theme-dark :is(p, li) {
  color: var(--gray-500);
}


.ff-heading {
  font-family: var(--ff-heading);
}

.ff-body {
  font-family: var(--ff-body);
}

.ff-mono {
  font-family: var(--ff-mono);
}


.ls-tighter {
  letter-spacing: var(--ls-tighter);
}


.ls-tight {
  letter-spacing: var(--ls-tight);
}


.ls-normal {
  letter-spacing: var(--ls-normal);
}


.ls-wide {
  letter-spacing: var(--ls-wide);
}


.ls-wider {
  letter-spacing: var(--ls-wider);
}


.ls-widest {
  letter-spacing: var(--ls-widest);
}



.text-2xs {
  font-size: var(--text-2xs);
}


.text-xs {
  font-size: var(--text-xs);
}


.text-s {
  font-size: var(--text-s);
}


.text-m {
  font-size: var(--text-m);
}


.text-l {
  font-size: var(--text-l);
}


.text-xl {
  font-size: var(--text-xl);
}


.text-2xl {
  font-size: var(--text-2xl);
}


.text-3xl {
  font-size: var(--text-3xl);
}


.text-4xl {
  font-size: var(--text-4xl);
}


.text-5xl {
  font-size: var(--text-5xl);
}



.body-2xs {
  font-size: var(--body-2xs);
}


.body-xs {
  font-size: var(--body-xs);
}


.body-s {
  font-size: var(--body-s);
}


.body-m {
  font-size: var(--body-m);
}


.body-l {
  font-size: var(--body-l);
}


.body-xl {
  font-size: var(--body-xl);
}


.body-2xl {
  font-size: var(--body-2xl);
}



.fw-light {
  font-weight: var(--fw-light);
}


.fw-normal {
  font-weight: var(--fw-normal);
}


.fw-medium {
  font-weight: var(--fw-medium);
}


.fw-semibold {
  font-weight: var(--fw-semibold);
}


.fw-bold {
  font-weight: var(--fw-bold);
}


.fw-extrabold {
  font-weight: var(--fw-extrabold);
}


.fw-black {
  font-weight: var(--fw-black);
}



.lh-none {
  line-height: var(--lh-none);
}


.lh-tight {
  line-height: var(--lh-tight);
}


.lh-snug {
  line-height: var(--lh-snug);
}


.lh-normal {
  line-height: var(--lh-normal);
}


.lh-relaxed {
  line-height: var(--lh-relaxed);
}


.lh-loose {
  line-height: var(--lh-loose);
}



.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}


.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal-case {
  text-transform: none;
}


.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}


.text-nowrap {
  white-space: nowrap;
}

.text-wrap {
  white-space: normal;
}

.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.border {
  border: 1px solid var(--border-color);
}

.border-t {
  border-top: 1px solid var(--border-color);
}

.border-b {
  border-bottom: 1px solid var(--border-color);
}

.border-l {
  border-left: 1px solid var(--border-color);
}

.border-r {
  border-right: 1px solid var(--border-color);
}


.border-light {
  border-color: var(--border-light);
}

.border-dark {
  border-color: var(--border-dark);
}

.border-primary {
  border-color: var(--primary);
}

.border-white {
  border-color: var(--white);
}

.border-transparent {
  border-color: transparent;
}


.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}


.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border: none;
}


.rounded-none {
  border-radius: 0;
}

.rounded-s {
  border-radius: var(--radius-s);
}


.rounded {
  border-radius: var(--radius);
}


.rounded-m {
  border-radius: var(--radius-m);
}


.rounded-l {
  border-radius: var(--radius-l);
}


.rounded-xl {
  border-radius: var(--radius-xl);
}


.rounded-2xl {
  border-radius: var(--radius-2xl);
}


.rounded-full {
  border-radius: var(--radius-full);
}



.line-left,
.line-right,
.line-both {
  display: flex;
  align-items: center;
  gap: var(--space-m);
  width: 100%;
}

.line-left::before,
.line-right::after,
.line-both::before,
.line-both::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: var(--black);
}


.line-white::before,
.line-white::after {
  background-color: var(--white);
}

.line-primary::before,
.line-primary::after {
  background-color: var(--primary);
}

.line-muted::before,
.line-muted::after {
  background-color: var(--border-color);
}


.line-opacity-10::before,
.line-opacity-10::after {
  opacity: 0.1;
}

.line-opacity-20::before,
.line-opacity-20::after {
  opacity: 0.2;
}

.line-opacity-30::before,
.line-opacity-30::after {
  opacity: 0.3;
}

.line-opacity-40::before,
.line-opacity-40::after {
  opacity: 0.4;
}

.line-opacity-50::before,
.line-opacity-50::after {
  opacity: 0.5;
}

.line-opacity-60::before,
.line-opacity-60::after {
  opacity: 0.6;
}

.line-opacity-70::before,
.line-opacity-70::after {
  opacity: 0.7;
}

.line-opacity-80::before,
.line-opacity-80::after {
  opacity: 0.8;
}

.line-opacity-90::before,
.line-opacity-90::after {
  opacity: 0.9;
}


.shadow-none {
  box-shadow: none;
}

.shadow-xs {
  box-shadow: var(--shadow-xs);
}

.shadow-s {
  box-shadow: var(--shadow-s);
}

.shadow-m {
  box-shadow: var(--shadow-m);
}

.shadow-l {
  box-shadow: var(--shadow-l);
}

.shadow-xl {
  box-shadow: var(--shadow-xl);
}

.shadow-primary {
  box-shadow: var(--shadow-primary);
}


.container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-m);
  padding-right: var(--space-m);
}


.container-narrow {
  width: 100%;
  max-width: var(--content-narrow);
  margin-left: auto;
  margin-right: auto;
}

.container-read {
  width: 100%;
  max-width: var(--content-read);
  margin-left: auto;
  margin-right: auto;
}

.container-wide {
  width: 100%;
  max-width: var(--content-wide);
  margin-left: auto;
  margin-right: auto;
}

.container-1400 {
  width: 100%;
  max-width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
}

.container-1920 {
  width: 100%;
  max-width: 1920px !important;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  width: 100%;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}


svg.icon-primary,
svg.icon-primary [fill],
svg.icon-red,
svg.icon-red [fill] {
  fill: var(--primary);
}

svg.icon-primary g circle,
svg.icon-primaryg line,
svg.icon-primary g path,
svg.icon-red g circle,
svg.icon-red g line,
svg.icon-red g path {
  stroke: var(--primary);
}

svg.icon-primary [style*="stroke:#000000"],
svg.icon-red [style*="stroke:#000000"] {
  stroke: var(--primary) !important;
}

svg.icon-white,
svg.icon-white [fill] {
  fill: #ffffff;
}

svg.icon-white g circle,
svg.icon-white g line,
svg.icon-white g path {
  stroke: #ffffff;
}

svg.icon-white [style*="stroke:#000000"] {
  stroke: #ffffff !important;
}