﻿/* Set the base font for the whole project */
body {
    font-family: "Cascadia Mono", sans-serif;
    font-size: 14px; /* Bootstrap default is 1rem = 16px */
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

/* Optional: tweak headings or form elements */
h1, h2, h3, h4, h5, h6 {
    font-family: "Cascadia Mono", sans-serif;
    font-weight: 600;
}

label,
input,
textarea,
button {
    font-size: 14px;
}
