/*
Theme Name:   smartlearn
Theme URI:    https://smartlearn.one/
Description:  Child theme of Divi for smartlearn.one.
Author:       whatwedo GmbH
Author URI:   https://whatwedo.ch/
Template:     Divi
Version:      0.1.0
Text Domain:  smartlearn
*/

/* Button fallback: restores shape/colour for below-the-fold buttons Divi
   doesn't regenerate locally. Specificity is below Divi's per-module selector,
   so generated buttons (all buttons on production) keep their own design. */
body .et_pb_button {
	padding: 12px 36px;
	border: 0;
	border-radius: 100px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 1.7em;
}

/* Colour follows the section context via Divi's bg_layout class. */
body .et_pb_button.et_pb_bg_layout_dark {
	background-color: #ffffff;
	color: #3490ff;
}

body .et_pb_button.et_pb_bg_layout_light {
	background-color: #3490ff;
	color: #ffffff;
}
