/*
Theme Name:     Divi Child
Theme URI:      https://en.domiserver.com
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
Version:        4.27.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* DEBUG: verify child theme style.css is being read */
body {
  border: 4px solid red !important;
}


/* Font: list-style-type */
ol.lower_letter {
  list-style-type: lower-alpha;
}
ol.lower_roman {
  list-style-type: lower-roman;
}
ol.upper_roman {
  list-style-type: upper-roman;
}

ol > li::marker {
  font-weight: bold;
}

/* 1. Register Bebas Neue */
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/bebas-neue.woff2') format('woff2'),
       url('fonts/bebas-neue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 2. Apply Bebas Neue to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 1px;
}

