/*
 Theme Name: Kangaroof Divi 5 Child
 Theme URI: https://yourwebsite.com
 Description: Custom child theme for Divi 5
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: Divi
 Version: 1.0.0
 Text Domain: divi5-child
*/

/* CUSTOM CSS STARTS HERE */

:root{
    --primary-color:#2563eb;
    --secondary-color:#0f172a;
}

body{
    font-family: system-ui, sans-serif;
}