/*
Theme Name: Ferry
Theme URI: https://gitlab.com/mqh-agency/ferry-migration/server
Description: Child theme — Ferry Migration showcase (shortcode [ferry]).
Author: MQH
Template: wp-from-scratch
Version: 1.1.0
Text Domain: ferry
*/

:root {
	--ferry-bg: #0b1220;
	--ferry-ink: #e8eef7;
	--ferry-accent: #3dd6c6;
}

body {
	margin: 0;
	background: var(--ferry-bg);
	color: var(--ferry-ink);
	min-height: 100vh;
}

#content {
	min-height: 100vh;
}

.ferry-shell {
	min-height: 100vh;
}

.ferry-shell #jsembed-app-ferry {
	min-height: 100vh;
}

/* Skip-link contrast on dark shell */
.mqh-skip-link:focus {
	background: var(--ferry-accent) !important;
	color: #041018 !important;
}
