* {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
}

body[data-bs-theme="dark"] {
    background-color: #000;
    color: #fff;
}

.text-pink {
    color: #F3B0C0;
}

.bg-pink {
    background-color: #F3B0C0;
}