/*
Theme Name: Sealaska Heritage
Theme URI: https://www.sealaskaheritage.org/
Author: Sealaska Heritage Institute
Description: Custom block theme for the Sealaska Heritage Institute website.
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Version: 0.1.0
Text Domain: sealaska-heritage
*/

html {
	scroll-behavior: smooth;
}

body {
	text-wrap: pretty;
}

:where(a, button, input, textarea, select):focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}
