@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
/* Apply Lexend font to all elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, textarea, select {
    font-family: 'Lexend', sans-serif !important;
}

/* Specific font weights for headings and paragraph */
h1 {
    font-weight: 700; /* Bold */
    font-size: 2.5rem;
    line-height: 1.2;
}

h2 {
    font-weight: 600; /* Semi-bold */
    font-size: 2rem;
    line-height: 1.3;
}

h3 {
    font-weight: 600; /* Semi-bold */
    font-size: 1.75rem;
    line-height: 1.4;
}

h4 {
    font-weight: 500; /* Medium */
    font-size: 1.5rem;
    line-height: 1.4;
}

h5 {
    font-weight: 500; /* Medium */
    font-size: 1.25rem;
    line-height: 1.4;
}

h6 {
    font-weight: 500; /* Medium */
    font-size: 1rem;
    line-height: 1.4;
}

p {
    font-weight: 400; /* Regular */
    font-size: 1rem;
    line-height: 1.5;
} 