@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Rouge+Script&display=swap');

/* Highlight Heading font */
/* font-family: "Rouge Script", cursive; */

/* Para and other text font */
/* font-family: "Inter Tight", sans-serif; */

/* Main Heading font */
/* font-family: "Noto Serif Display", serif; */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Noto Serif Display", serif;
}

a, p, ul, ol, span, li, strong, i, b, u{
    font-family: "Inter Tight", sans-serif;
}

