/* ? font sekolah penggerak */
@import url("https://fonts.googleapis.com/css2?family=Frijole&display=swap");

:root {
    --white: #fff;
    --light: #f6f6f6;
    --dark: #343a40;
    --hijau: #073e29;
    --hitam: #1e293b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ? Dekstop */
@media screen and (min-width: 1008px) {
}

/* ? Tablet */
@media (min-width: 641px) and (max-width: 1007px) {
}

/* ? Handphone */
@media screen and (max-width: 640px) {
    .kegiatan-guru h1 {
        font-size: 25px;
    }
    .kegiatan-pmo h1 {
        font-size: 18px;
    }
}
