@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
    font-size: 12px; /* default body font size */
}

/* Headings */
h2 {
    font-size: 24px; /* adjust as needed */
}

h4 {
    font-size: 18px; /* adjust as needed */
}

/* Bold text */
b {
    font-size: 14px; /* adjust as needed */
}

/* Paragraphs */
p {
    font-size: 13px; /* adjust as needed */
}
