/* color theme pink */
/*
#fe889f
#ffb7c2
#ffffff
#333333
*/
body {
    font-family: "Sarabun", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Prompt", sans-serif;
}
.navbar-brand {
    font-family: "Prompt", sans-serif;
    color: #fe889f !important;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 2px #ffb7c2;*/
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Prompt',sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
.bg-pink {
    background-color: #fe889f;
}
.bg-light-pink {
    background-color: #ffb7c2;
}
.card .card-body a {
    color: #333333;
    text-decoration: none;
}
.lead a {
    color: #ffffff;
    text-decoration: none;
}
.home-banner .btn-info {
    color: #ffffff;
}