@font-face {
	font-family: "CloSans";
	font-weight: 100;
	font-style: normal;
	font-display: swap;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-Light.woff2");
}

@font-face {
	font-family: "CloSans";
	font-weight: 100;
	font-style: italic;
	font-display: swap;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-LightItalic.woff2");
}

@font-face {
	font-family: "CloSans";
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-Book.woff2");
}

@font-face {
	font-family: "CloSans";
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-BookItalic.woff2");
}

@font-face {
	font-family: "CloSans";
	font-weight: 400;
	font-style: normal;
	font-display: block;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-Regular.woff2");
}

@font-face {
	font-family: "CloSans";
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-Italic.woff2");
}

@font-face {
	font-family: "CloSans";
	font-weight: 700;
	font-style: normal;
	font-display: block;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-Medium.woff2");
}

@font-face {
	font-family: "CloSans";
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url("https://clo-brand-static-prod.s3.amazonaws.com/fonts/gibson/Gibson-MediumItalic.woff2");
}

.Bow-header {
	background-color: #fff;
	padding: 1.5rem;
	border-block-start: 4px solid #b31b1b;
}
.Bow-header a:focus {
	background: none;
}
.Bow-header img {
	max-width: 205px;
}
body {
	font-family: CloSans, sans-serif;
}