/* typography.css */
body {
     font-family: "Gilroy";
}

h1 {
     font-size: 2.75rem;
     font-weight: bold;
}

h2 {
     font-size: 2.25rem;
     font-weight: bold;
}

h3 {
     font-size: 1.5rem;
}

p {
     font-size: 1rem;
}