@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Cabin", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

#brx-content {
    display: flex;
    flex-direction: column;
}

.fb-whatsapp__policy--alert {
    background-color: red;
}
.fb-whatsapp__policy--alert label {
    color: var(--white);
}
