@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Gotu&family=Italianno&family=Red+Rose&display=swap');


.selector-for-some-widget {
    box-sizing: content-box;
}

.h1,
.h2,
.h3,
.h4 {
    font-family: 'Italianno', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(155, 151, 148);
}

h1,
h2,
h3,
h4 {
    font-family: 'Red Rose', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(199, 132, 112);
}

p {
    font-family: 'Gotu', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(118, 114, 111);
}

ul {
    font-family: 'Gotu', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(118, 114, 111);
}

.form-outline .form-control ~ .form-label {
    font-family: 'Gotu', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.card-title {
    font-family: 'Red Rose', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.card-text {
    font-weight: 200;
    font-size: 0.775em;
    font-style: normal;
}

.card-footer {
    font-family: 'Gotu', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.75em;
    font-style: normal;
    --mdb-card-footer-border-color: transparent
}

.card-title {
    color: rgb(199, 132, 112);
}

.btn {
    font-family: 'Gotu', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.formloader {
	display: none;
}
