@charset "UTF-8";
/*  Default styles for the website.
 *
 *  Notes:  Using import helps with a flaw with ye olde Netscape versions.
 *          As well as how I've separated the stylesheets into layout and colouring.
 *          Recently changed default.css to old.css, some styles might've been lost.
 *
 */

/* ~20 years of styling... */
/* @import "/styles/layout.css";
 * @import "/styles/pastels.css";
 */

/* 17 April 2025 consolidation of layout and pastels into one file */
@import "/styles/site.css";

/* 20 April 2025 temporarily show layout markers when testing pages */
//@import "/styles/markers.css";


