.elementor-kit-6{--e-global-color-primary:#D4A24E;--e-global-color-secondary:#7A2D2A;--e-global-color-text:#B5AC9F;--e-global-color-accent:#F1E8D7;--e-global-color-7c6c5d4:#181210;--e-global-color-b6d024a:#100C09;--e-global-color-f0c7e94:#211913;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;background-color:#181210;}.elementor-kit-6 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){--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 .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 *//* ============================================================
   CARLO'S RESTAURANT â€” Global Custom CSS for Elementor Pro
   Paste into: Elementor â†’ Site Settings â†’ Custom CSS
   Palette matched to the Lovable design (dark candlelit theme).
   ============================================================ */

:root {
  --carlos-bg:       #181210;  /* base warm near-black */
  --carlos-bg-deep:  #100C09;  /* top bar, darker bands */
  --carlos-panel:    #211913;  /* raised panels / package cards */
  --carlos-cream:    #F1E8D7;  /* display headings */
  --carlos-gold:     #D4A24E;  /* buttons, prices, eyebrows */
  --carlos-gold-d:   #B98938;  /* gold button hover fill */
  --carlos-maroon:   #7A2D2A;  /* Learn More / Off-Site / 1996 badge */
  --carlos-maroon-d: #5C1F1D;
  --carlos-text:     #B5AC9F;  /* body */
  --carlos-darktxt:  #1A130E;  /* text on gold buttons */
  --carlos-ease:     cubic-bezier(.22, 1, .36, 1);
}

body { background: var(--carlos-bg); }

/* ---------- Buttons: sliding fill on hover ---------- */
.carlos-btn .elementor-button,
.carlos-form .elementor-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: color .35s var(--carlos-ease),
              border-color .35s var(--carlos-ease),
              transform .35s var(--carlos-ease);
}
.carlos-btn .elementor-button::before,
.carlos-form .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s var(--carlos-ease);
}
.carlos-btn .elementor-button:hover::before,
.carlos-form .elementor-button:hover::before { transform: scaleX(1); }
.carlos-btn .elementor-button:hover { transform: translateY(-2px); }

/* Solid gold â†’ fills deeper gold, keeps dark text */
.carlos-btn--solid .elementor-button::before,
.carlos-form .elementor-button::before { background: var(--carlos-gold-d); }

/* Maroon â†’ fills deeper maroon */
.carlos-btn--maroon .elementor-button::before { background: var(--carlos-maroon-d); }

/* Cream outline â†’ fills cream, text goes dark */
.carlos-btn--outline .elementor-button::before { background: var(--carlos-cream); }
.carlos-btn--outline .elementor-button:hover {
  color: var(--carlos-darktxt) !important;
  border-color: var(--carlos-cream) !important;
}

/* Gold outline â†’ fills gold, text goes dark */
.carlos-btn--outline-gold .elementor-button::before { background: var(--carlos-gold); }
.carlos-btn--outline-gold .elementor-button:hover {
  color: var(--carlos-darktxt) !important;
}

/* ---------- Arrow links (gold): slide right + underline sweep ---------- */
.carlos-link-arrow .elementor-button {
  padding: 0 !important;
  background: transparent !important;
  letter-spacing: 2px;
}
.carlos-link-arrow .elementor-button-text {
  display: inline-block;
  transition: transform .35s var(--carlos-ease);
}
.carlos-link-arrow .elementor-button:hover .elementor-button-text { transform: translateX(6px); }
.carlos-link-arrow .elementor-button::after {
  content: "";
  display: block;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--carlos-ease);
}
.carlos-link-arrow .elementor-button:hover::after { transform: scaleX(1); }

/* ---------- Cards: lift + deep shadow on hover ---------- */
.carlos-card {
  transition: transform .4s var(--carlos-ease), box-shadow .4s var(--carlos-ease);
}
.carlos-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px -20px rgba(0, 0, 0, .65);
}

/* ---------- Nav: gold underline sweep ---------- */
.carlos-nav .elementor-item { position: relative; }
.carlos-nav .elementor-item::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 1px;
  background: var(--carlos-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--carlos-ease);
}
.carlos-nav .elementor-item:hover::after,
.carlos-nav .elementor-item.elementor-item-active::after { transform: scaleX(1); }

/* ---------- Hero: slow Ken Burns zoom ---------- */
.carlos-hero { overflow: hidden; }

/* ---------- Eyebrows & ornament ---------- */
.carlos-eyebrow .elementor-heading-title { letter-spacing: .24em; }
.carlos-ornament .elementor-divider-separator { opacity: .85; }

/* ---------- Menu price lists ---------- */
.carlos-pricelist .elementor-price-list-item { padding: 15px 0; }
.carlos-pricelist .elementor-price-list-header { align-items: baseline; }
.carlos-pricelist .elementor-price-list-description { font-style: italic; }

/* ---------- Contact form: underline-style fields (as designed) ---------- */
.carlos-form input:not([type="submit"]),
.carlos-form textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(241, 232, 215, .25) !important;
  border-radius: 0 !important;
  color: var(--carlos-cream) !important;
  padding-left: 0 !important;
  transition: border-color .3s var(--carlos-ease);
}
.carlos-form input:not([type="submit"]):focus,
.carlos-form textarea:focus {
  border-bottom-color: var(--carlos-gold) !important;
  outline: none !important;
  box-shadow: none !important;
}
.carlos-form .elementor-field-label {
  color: var(--carlos-gold);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* ---------- Map: match the muted look ---------- */
.carlos-map iframe { filter: grayscale(1) contrast(.95); }

/* ---------- Gift card panel: subtle tilt on hover ---------- */
.carlos-giftcard {
  box-shadow: 0 34px 70px -28px rgba(0, 0, 0, .7);
  transition: transform .5s var(--carlos-ease);
}
.carlos-giftcard:hover { transform: rotate(-1deg) translateY(-4px); }

/* ---------- 1996 badge ---------- */
.carlos-badge { box-shadow: 0 18px 36px -16px rgba(0, 0, 0, .6); }

/* ---------- Accessibility ---------- */
@media (prefers-reduced-motion: reduce) {
  .carlos-btn .elementor-button,
  .carlos-btn .elementor-button::before,
  .carlos-card,
  .carlos-link-arrow .elementor-button-text,
  .carlos-nav .elementor-item::after,
  .carlos-giftcard {
    transition: none !important;
    animation: none !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_18pt-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_24pt-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-BlackItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlos.msmdigital.plus/wp-content/uploads/2026/07/Inter_28pt-ThinItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */