.elementor-kit-6{--e-global-color-primary:#09090B;--e-global-color-secondary:#9CA3AF;--e-global-color-text:#E5E7EB;--e-global-color-accent:#2563EB;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.1px;--e-global-typography-primary-letter-spacing:2px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;background-color:#09090B;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root{
  --veil-bg:#09090B;
  --veil-navy:#111827;
  --veil-blue:#2563EB;
  --veil-text:#E5E7EB;
  --veil-gray:#9CA3AF;
}

html{
  scroll-behavior:smooth;
}

body{
  background:var(--veil-bg);
  color:var(--veil-text);
  font-family:'Inter',sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}

/* Headings */

h1,h2,h3,h4,h5,h6{
  font-family:'Space Grotesk',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.12em;
  font-weight:600;
  line-height:1.05;
  color:var(--veil-text);
}

/* Paragraphs */

p{
  color:var(--veil-gray);
  line-height:1.7;
}

/* Links */

a{
  color:var(--veil-text);
  text-decoration:none;
  transition:all .3s ease;
}

a:hover{
  color:var(--veil-blue);
}

/* Buttons */

button,
.elementor-button{
  background:transparent !important;
  border:1px solid var(--veil-text) !important;
  border-radius:0 !important;
  color:var(--veil-text) !important;
  padding:14px 28px !important;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:all .3s ease;
}

button:hover,
.elementor-button:hover{
  background:var(--veil-text) !important;
  color:var(--veil-bg) !important;
}

/* Sections */

section{
  position:relative;
}

/* Images */

img{
  max-width:100%;
  height:auto;
}

/* Selection */

::selection{
  background:var(--veil-blue);
  color:white;
}

/* Scrollbar */

::-webkit-scrollbar{
  width:8px;
}

::-webkit-scrollbar-track{
  background:var(--veil-bg);
}

::-webkit-scrollbar-thumb{
  background:#1E293B;
}

::-webkit-scrollbar-thumb:hover{
  background:var(--veil-blue);
}/* End custom CSS */