/* Increase base font size */
/*@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');*/

body,
html {
    font-size: 110%;
    font-family: 'Patrick Hand', cursive; /* example - food/friendly font */
}

/* Make table text and inputs larger */
input, select, textarea, .form-row, .readonly, th, td {
    font-size: 1.05rem;
}

/* Increase menu and breadcrumb size */
header, nav, .breadcrumbs {
    font-size: 1.1rem;
}

/* Buttons bigger and more rounded */
button, .button, input[type="submit"] {
    font-size: 1.05rem;
    padding: 0.6rem 1rem;
    border-radius: 8px;
}

/* Optional: add a warm greenish food-friendly tone to links */
a {
    color: #2e7d32; /* green */
}
a:hover {
    color: #1b5e20;
}
