@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Host Grotesk';
}

.tutoria {
    font-family: 'Host Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.coming-soon {
    font-family: 'Host Grotesk';
    font-weight: bold;
    font-size: 20px;
}

.pertama-coba {
    font-family: 'Host Grotesk';
    font-weight: bold;
    font-size: 20px;
}


.img-people {
    background-image: url('./public/Ellipse\ 20\ \(2\).png');
    background-size: contain;
}