.elementor-kit-948{--e-global-color-primary:#1E3A5F;--e-global-color-secondary:#D4A574;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C54245;--e-global-color-2955194c:#4054B2;--e-global-color-7308c335:#23A455;--e-global-color-6b47d91a:#000;--e-global-color-16e1243a:#FFF;--e-global-color-35de9f6:#FFFFFF;--e-global-color-2cb8576:#666666;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-948 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);}@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 *//* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Link hover */
a:hover {
  color: #d4a574;
  transition: color 0.3s ease;
}

/* Button hover standardeffekt */
.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
```

---

## 📋 **SNABB KONFIGURATION - Kopiera detta:**

### **Global Colors att ställa in:**
```
1. Primary:     #1e3a5f  (Mörkblå)
2. Secondary:   #d4a574  (Guldgul) 
3. Text:        #2c3e50  (Mörkgrå)
4. Accent:      #c54245  (Röd)
5. Custom 1:    #f8f9fa  (Ljusgrå bakgrund)
6. Custom 2:    #ffffff  (Vit)
7. Custom 3:    #666666  (Ljus text)
```

### **Global Fonts att ställa in:**
```
Primary Heading:   
  - Font: Poppins/Montserrat
  - Weight: Bold (700)
  - Color: Primary

Body Text:        
  - Font: Open Sans/Lato
  - Size: 16px
  - Weight: Regular (400)
  - Line Height: 1.7
  - Color: Text
```

---

## 🎯 **Varför detta är smart:**

### **FÖRE Global Style:**
```
Rubrik 1: #1e3a5f, 36px ← Måste ställa in manuellt
Rubrik 2: #1e3a5f, 36px ← Måste ställa in manuellt
Rubrik 3: #1e3a5f, 36px ← Måste ställa in manuellt
...100 gånger...
```

**Problem:** Om du vill ändra färgen måste du ändra 100 ställen! 😱

### **EFTER Global Style:**
```
Rubrik 1: [Primary Heading] ← Välj från dropdown
Rubrik 2: [Primary Heading] ← Välj från dropdown
Rubrik 3: [Primary Heading] ← Välj från dropdown/* End custom CSS */