body {
    font-family: 'Gilroy', sans-serif;
}

a, p, button, ul {
    font-family: 'Gilroy', sans-serif;
}

.tight-spacing {
    letter-spacing: -0.045em; /* ~ -0.72px for 16px font */
}

.bg-overlay {
    background: url('img/overlay.png') lightgray 50% / cover no-repeat;
    background-blend-mode: overlay;
}

.gradient-text{
    background: radial-gradient(146.56% 46.99% at 58.35% 28.26%, #1A73F9 0%, #0930BF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Gilroy;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
}