/*
Theme Name: TransitSpeak Redesign
Theme URI: https://transitspeak.com/
Description: A GeneratePress child theme providing the redesigned TransitSpeak homepage and interactive audio demonstration.
Author: TransitSpeak, Inc.
Version: 1.7.1
Template: generatepress
Text Domain: transitspeak-redesign
*/

/* Basic fallback styling for WordPress pages other than the custom homepage. */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #172033;
	background: #f4f7fb;
}

html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Segoe UI", Inter, Mulish, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.ts-content {
	width: min(1100px, calc(100% - 40px));
	margin: 40px auto;
	padding: 32px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 18px;
}
