body { font-family: "Public Sans", sans-serif; }
h1, h2, h3, .brand-title { font-family: "Bebas Neue", sans-serif; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.bullet-list-item::before {
    content: "•";
    color: white;
    position: absolute;
    left: -1.5rem;
}