@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap");
video {
    filter: brightness(60%);
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.is-danger {
    background-color: #ed1c24 !important;
}

.has-text-danger {
    color: #ed1c24 !important;
}

.is-family-primary {
    font-family: "Manrope", sans-serif !important;
}

.notification {
    border-radius: 2rem !important;
    padding: 0.75rem 1rem !important;
}

.is-transparent {
    background-color: transparent !important;
}