/*
 Theme Name:   Bikeshop Texel Child
 Template:     Divi
 Description:  Custom child theme for Bikeshop Texel
 Author:       Marai Digital
 Version:      1.0
*/

/* Import parent Divi styles */
@import url("../Divi/style.css");

/* 👉 Voeg hieronder je eigen CSS aanpassingen toe */

/* Body text */
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Headings */
h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

h4 {
  font-size: 22px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}