@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&family=Barlow+Semi+Condensed:wght@600&display=swap');

html[data-theme=light] {
    --pst-color-primary: #bf477c;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 10pt;
}

a {
    color: #bf477c !important;
    font-weight: 600;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.62, .16, .13, 1.01);
}

a:hover {
    background-size: 100% 2px;
}

li li>a {
    color: #ecaac7 !important;
}

.prev-next-area a p.prev-next-title {
    color: unset !important;
    text-decoration: unset !important;
}

nav.bd-links li>a:hover {
    text-decoration: unset !important;
}

h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 16pt;
    color: #6c98ab;
}

h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 14pt;
    color: #bf477c;
    text-transform: uppercase;
}

h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 12pt;
    color: #2b2c2d;
}

h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 10pt;
    color: #2b2c2d;
    text-transform: uppercase;
}

h5 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 10pt;
    color: #6c98ab;
    text-transform: uppercase;
}

footer {
    font-family: 'Barlow', sans-serif;
    font-size: 10pt;
}

.navbar-brand .logo__image {
    width: 150px;
    height: auto;
    margin: -1em 0 -2em 0;
}

.table tbody tr:hover {
    background-color: #bf477c24;
}
