/*
Theme Name: Derafa Property Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child Theme untuk kustomisasi Derafa Property
Author: Derafa Property
Author URI: https://derafaproperty.com/
Template: Divi
Version: 1.0.0
Text Domain: DerafaProperty-child
*/

/* Custom CSS taruh di bawah ini */
body {
    font-family: "Poppins", Arial, sans-serif;
}

/* Contoh styling Properti CPT archive */
.post-type-archive-properti .entry-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #004080;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 5em !important;
}
