:root {
  --nexo-white: #fff;
  --nexo-black: #0A1214;
  --nexo-primary: #EFE45F;
  --nexo-accent-1: #04789A;
  --nexo-accent-2: #005F7A;
  --nexo-accent-3: #66f;
  --nexo-light: #f8f9fa;
  --nexo-dark: #002C39;
  --nexo-primary-rgb: 239, 228, 95;
  --nexo-accent-1-rgb: 4, 120, 154;
  --nexo-accent-2-rgb: 0, 95, 122;
  --nexo-accent-3-rgb: 102, 102, 255;
  --nexo-light-rgb: 248, 249, 250;
  --nexo-dark-rgb: 0, 44, 57;
  --nexo-white-rgb: 255, 255, 255;
  --nexo-black-rgb: 10, 18, 20;
  --nexo-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --nexo-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --nexo-root-font-size: 18px;
  --nexo-body-font-family: NEXO-Body, var(--nexo-font-sans-serif);
  --nexo-body-font-size: 1rem;
  --nexo-body-font-weight: 400;
  --nexo-body-line-height: 1.5;
  --nexo-body-color: #fff;
  --nexo-body-color-rgb: 255, 255, 255;
  --nexo-body-bg: #0A1214;
  --nexo-body-bg-rgb: 10, 18, 20;
  --nexo-heading-color: var(--nexo-body-color);
  --nexo-link-color: #EFE45F;
  --nexo-link-color-rgb: 239, 228, 95;
  --nexo-link-decoration: underline;
  --nexo-link-hover-color: #0d6efd;
  --nexo-link-hover-color-rgb: 13, 110, 253;
  --nexo-code-color: #d63384;
  --nexo-highlight-color: #212529;
  --nexo-highlight-bg: rgb(255, 242.6, 205.4);
  --nexo-border-width: 1px;
  --nexo-border-style: solid;
  --nexo-border-color: #04789A;
  --nexo-border-radius: 1.5rem;
  --nexo-border-radius-sm: 0.5rem;
  --nexo-border-radius-lg: 1rem;
  --nexo-form-valid-color: #198754;
  --nexo-form-valid-border-color: #198754;
  --nexo-form-invalid-color: #dc3545;
  --nexo-form-invalid-border-color: #dc3545;
}

:root {
  --nexo-space: 0.5rem;
  --nexo-section-height: 0dvh;
  --nexo-menu-link-margin-x: 16px;
  --nexo-menu-link-margin-y: 12px;
  --nexo-menu-link-padding-x: 5px;
  --nexo-menu-link-padding-y: 5px;
  --nexo-menu-button-padding-x: 1.5em;
  --nexo-menu-button-padding-y: 1em;
  --nexo-topbar-height: 30px;
  --nexo-header-height: 80px;
  --nexo-header-inner-height: 50px;
  --nexo-header-logo-height: 20px;
  --nexo-header-font-size: 16px;
  --nexo-footer-logo-height: 20px;
  --nexo-footer-font-size: 16px;
  --nexo-line-color: var(--nexo-body-color);
  --nexo-block-sticky: 3rem;
  --nexo-card-padding-x: 1.5em;
  --nexo-card-padding-y: 1em;
  --nexo-card-border-radius: var(--nexo-border-radius);
  --nexo-scrollbar-color: var(--nexo-primary);
  --nexo-badge-padding-x: 1.5em;
  --nexo-badge-padding-y: 0.625em;
  --nexo-badge-border-radius: var(--nexo-border-radius-sm);
  --nexo-badge-color: var(--nexo-primary);
  --nexo-badge-font-size: 0.75em;
  --nexo-badge-font-weight: 500;
  --nexo-highlight-padding-x: 0.1875em;
  --nexo-highlight-padding-y: 0.1875em;
  --nexo-section-aos: translate3d(0, max(20dvh, 100px), 0);
  --nexo-section-aos-duration: 1s;
  --nexo-heading-font-weight: 500;
  --nexo-heading-line-height: 1.2;
  --nexo-links-gutter: 1em;
  --nexo-link-icon-gap: 0.75em;
  --nexo-link-padding-x: 0;
  --nexo-link-padding-y: 0;
  --nexo-button-padding-x: 1em;
  --nexo-button-padding-y: 0.5em;
  --nexo-button-bg: var(--nexo-primary);
  --nexo-button-color: var(--nexo-black);
  --fa-li-margin: 2em;
  --fa-li-width: 2em;
  --nexo-icon-size: 1.5em;
  --nexo-icon-border-radius: var(--nexo-border-radius);
  --nexo-icon-padding: 0.375em;
  --nexo-icon-star-color: goldenrod;
  --nexo-swiper-navigation-border-radius: 100%;
  
  --nexo-body-bg-accent-1-to-body-color: var(--nexo-white);
  --nexo-body-bg-accent-2-to-body-color: var(--nexo-white);
  --nexo-body-bg-black-to-button-bg: var(--nexo-primary);
  
  --nexo-button-bg-primary-to-button-color: var(--nexo-black);
  --nexo-button-bg-accent-1-to-button-color: var(--nexo-white);
  --nexo-button-bg-black-to-button-color: var(--nexo-primary);
}
@media (min-width: 992px) {
  :root {
    --nexo-root-font-size: 20px;
    --nexo-body-font-size: 1rem;
    --nexo-h1-font-size: 3.5rem;
    --nexo-h2-font-size: 2.5rem;
    --nexo-h3-font-size: 1.75rem;
    --nexo-h4-font-size: 1.5rem;
    --nexo-h5-font-size: 1.25rem;
    --nexo-h6-font-size: 1rem;
  }
}
h1,h2,h3,h4,h5,h6 {
  letter-spacing: -1px;
}
#navbar-sm {
  text-align: center;
}