/* ===================================== ALERT ================================== */
body {
    font-family: "Inter", sans-serif;
}
/* ===================================== ALERT END ================================== */


/* ===================================== CSS HERO ================================== */
.kartu-hero {
    background-color: #EFEFEF;
}
.judul-card {
    font-size: 35px;
}
.tombol-card {
    background-color: #092C42;
    color: white;
    width: 168px;
    height: 44px;
    border-radius: 10px;
}

/* ===================================== CSS HERO END ================================== */



/* ===================================== CSS EKOSISTEM ================================== */
.judul-eko {
    font-size: 35px;
}

.card-awal {
    width: 265.46px;
    height: 365.8px;
    background-color: #0090F8;
    border-radius: 15px;
}
.card-kedua {   
    width: 265.46px;
    height: 365.8px;
    background-color: #E8E8E8;
    border-radius: 10px 10px 80px 10px;
}
.tulisan {
    font-family: "Roboto Condensed", serif !important;
}

/* ===================================== CSS EKOSISTEM END ================================== */


/* ===================================== Keuntungan ================================== */
.keuntungan {
    background-color: #EFEFEF;
    border-radius: 100px 100px 0px 0px;
}
.judul-untung {
    font-size: 35px;
}

/* ===================================== Keuntungan End ================================== */


/* ===================================== Kata Penghuni s ================================== */
.kata-penghuni {
    border-radius: 100px 100px 0px 0px;
}
/* ===================================== Kata Penghuni END ================================== */