/*
Include this file when you want to not mess
around with Tailwind and just have a couple of sane defaults
*/

h1, h2, h3, h4, h5, h6 {

    margin: 1rem;

    font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    font-weight: 600
}

p {

    margin: 1rem;

    font-family: Mulish, Muli, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

h1 {

    font-size: 3rem
}

h2 {

    font-size: 1.875rem
}

h3 {

    font-size: 1.5rem
}

h4 {

    font-size: 1.25rem
}

h5 {

    font-size: 1.125rem
}

a {

    text-decoration-line: underline
}

ul {

    margin-left: 2rem;

    list-style-position: outside;

    list-style-type: disc
}

ol {

    margin-left: 2rem;

    list-style-position: outside;

    list-style-type: decimal
}
