/*!
Theme Name: Orchestra
Theme URI: https://example.com/orchestra
Author: Codex
Description: Custom WordPress theme for Orchestra landing pages.
Version: 1.0.0
Text Domain: orchestra
*/

html {
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
