@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --color-main: #2E3193;
}

* {
    font-family: "Sarabun", sans-serif;
}

h1 {
    line-height: 75px !important;
}

h2 {
    line-height: 60px !important;
}

h3 {
    line-height: 45px !important;
}

p {
    line-height: 2 !important;
}

.text-main {
    color: var(--color-main);
}

.section {
    display: flex;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section > .container {
    margin-top: auto;
    margin-bottom: auto;
}

.navbar-brand img {
    width: 75px;
}

.text-indent {
    text-indent: 100px;
}

section.copyright {
    background-color: var(--color-main);
    color: white;
}

.cta .form-label {
    color: #132438;
}

.cta-gradient {
    background: linear-gradient(360deg, rgba(228, 169, 133, 0.3) 0%, rgba(126, 93, 74, 0) 100%);
}

.mobile-bottom-bar {
    display: none;
}