/* Customizations */
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

h1, h2, h3, h4, h5, h6 {font-weight: bold; font-family: "Public Sans", sans-serif;}
p ol ul li, a, * {font-family: "Public Sans", sans-serif;}

.bg-purple {background-color: #46166b;}
.bg-gold {background-color: #eeb211;}
.bg-grey50 {background-color: #808080;}
.text-purple {color: #46166b;}
.text-gold {color: #eeb211;}
.text-grey50 {color: #808080;}

.bg-teal {background-color: #287bb5;}
.text-teal {color: #287bb5;}

a.nav-link {color: #fff}
a.nav-link:hover {color: #eeb211;}

a.dropdown-item:hover {color:#46166b;}

a:link {text-decoration: none;}
a:hover {text-decoration: underline;}
