h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700; /* Bold headings */
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400; /* Regular text */
}