body {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-weight: 700;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #ffc107;
    border-radius: 50%;
    display: inline-block;
}