.elementor-kit-10{--e-global-color-primary:#091938;--e-global-color-secondary:#CAAC75;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-e05681d:#4A5A79;--e-global-typography-primary-font-family:"locrian";--e-global-typography-primary-font-size:5.2vw;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"locrian";--e-global-typography-secondary-font-size:2vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"jeko";--e-global-typography-text-font-size:1.14vw;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:1.5vw;--e-global-typography-accent-font-family:"jeko";--e-global-typography-accent-font-size:1.8vw;--e-global-typography-accent-font-weight:500;--e-global-typography-7ec5466-font-family:"jeko";--e-global-typography-7ec5466-font-size:0.95vw;--e-global-typography-af4ff20-font-family:"gustera";--e-global-typography-af4ff20-font-size:4vw;--e-global-typography-af4ff20-line-height:5rem;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-10{--e-global-typography-primary-font-size:6.5vw;--e-global-typography-secondary-font-size:3.5vw;--e-global-typography-text-font-size:2vw;--e-global-typography-text-line-height:1.1rem;--e-global-typography-accent-font-size:2vw;--e-global-typography-7ec5466-font-size:1.2vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:18px;--e-global-typography-7ec5466-font-size:12px;--e-global-typography-af4ff20-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
	overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
  background: rgba(74, 90, 121, 1);
}



/* change to built in animation */
.fadeInUp {
    animation-name: fadeInUp2 !important;
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0,40px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown2 !important;
}
@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translate3d(0,-40px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-40px,0,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight2 !important;
}
@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(40px,0,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
Code language: CSS (css)/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'locrian';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lacremo.com/wp-content/uploads/2024/05/locrian-regular.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'jeko';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lacremo.com/wp-content/uploads/2024/05/JekoDEMO-ExtraLight-1.woff') format('woff');
}
@font-face {
	font-family: 'jeko';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://lacremo.com/wp-content/uploads/2024/05/JekoDEMO-Medium-1.woff') format('woff');
}
@font-face {
	font-family: 'jeko';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://lacremo.com/wp-content/uploads/2024/05/JekoDEMO-ExtraBold-1.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'gustera';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lacremo.com/wp-content/uploads/2024/05/Gustera.woff') format('woff');
}
/* End Custom Fonts CSS */