<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Temporary style.css file */
/* This is a placeholder file that should be replaced with the compiled version */
/* Please run npm install and npm run production when the environment is properly set up */

/* Basic reset and defaults */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'AvenirLTStd-Medium', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Add any other necessary styles */ </pre></body></html>