.elementor-kit-225{--e-global-color-primary:#638E36;--e-global-color-secondary:#982F9B;--e-global-color-text:#2B2B2B;--e-global-color-accent:#982F9B;--e-global-color-b0cd379:#F9FCF3;--e-global-typography-primary-font-family:"Larken Family";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:21px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.1em;--e-global-typography-text-letter-spacing:-0.4px;--e-global-typography-accent-font-family:"Sofia Sans";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-letter-spacing:-0.5px;--e-global-typography-da92be7-font-family:"DM Sans";--e-global-typography-da92be7-font-size:20px;--e-global-typography-da92be7-font-weight:200;--e-global-typography-da92be7-letter-spacing:0px;color:var( --e-global-color-text );font-family:"DM Sans", Sans-serif;font-size:19px;font-weight:300;line-height:1.1em;letter-spacing:-0.25px;}.elementor-kit-225 e-page-transition{background-color:#FFBC7D;}.elementor-kit-225 p{margin-block-end:1.15px;}.elementor-kit-225 a{color:var( --e-global-color-primary );font-family:"Larken Family", Sans-serif;font-size:18px;font-weight:300;letter-spacing:0px;}.elementor-kit-225 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-225 h1{color:var( --e-global-color-text );font-family:"Larken Family", Sans-serif;font-size:42px;font-weight:300;}.elementor-kit-225 h2{color:var( --e-global-color-text );font-family:"Larken Family", Sans-serif;font-size:36px;font-weight:300;text-transform:uppercase;line-height:1.5em;letter-spacing:1px;}.elementor-kit-225 h3{color:var( --e-global-color-text );font-family:"Larken Family", Sans-serif;font-size:30px;text-transform:uppercase;line-height:1.2em;}.elementor-kit-225 h4{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-225 h5{color:var( --e-global-color-text );font-family:"Sofia Sans", Sans-serif;font-size:20px;font-weight:600;letter-spacing:-0.5px;}.elementor-kit-225 h6{color:var( --e-global-color-text );font-family:"Sofia Sans", Sans-serif;font-size:16px;font-weight:600;letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-225 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-225 h4{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================
   NAV: EDITORIAL UNDERLINE TRANSITION
   ========================================== */

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  position: relative;
  display: inline-block;
}

/* underline base (hidden) */
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item::after {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0.85;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: var(--hff-links);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* animate in on hover */
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover::after,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus::after {
  transform: scaleX(1);
}

/* keep underline on active item */
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active::after,
.elementor-widget-nav-menu .elementor-nav-menu--main .current-menu-item > .elementor-item::after {
  transform: scaleX(1);
}
/* ==========================================
   FIX: DROPDOWN ARROW WRAPPING
   ========================================== */

/* Keep text + arrow together */
.elementor-widget-nav-menu .elementor-nav-menu--main .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between text + arrow */
}

/* Prevent arrow from dropping */
.elementor-widget-nav-menu .sub-arrow {
  display: inline-block;
  line-height: 1;
  margin-top: 0;
  vertical-align: middle;
}

/* If Elementor injected a line break behavior */
.elementor-widget-nav-menu .sub-arrow i,
.elementor-widget-nav-menu .sub-arrow svg {
  display: block;
}

.legal-copy p,
.legal-copy li {
  font-family: "Sofia Sans", sans-serif !important;
}

/* FORCE BODY FONT EVERYWHERE INSIDE ELEMENTOR CONTENT */

/* KEEP HEADINGS LARKEN */
.elementor :where(h1, h2, h3, h4, h5, h6) {
  font-family: "Larken", serif !important;
}

h1.entry-title
    {
        display: none;
    }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Larken Family';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Thin.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Thin.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Light.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Light.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-ThinItalic.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Thin-Italic.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Thin-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-LightItalic.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Light-Italic.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Light-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Medium.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Medium.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-MediumItalic.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Medium-Italic.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Medium-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-BoldItalic.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold-Italic.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Regular.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Regular.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Italic.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Italic.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Larken Family';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold.woff2') format('woff2'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold.woff') format('woff'),
		url('https://handforgedfinery.com/wp-content/uploads/2026/04/Larken-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */