/*
Theme Name: Reach
Description: This is a child theme for Flatsome Theme
Author: Reach Digital
Template: flatsome
Version: 5.0
*/

@font-face {
  font-family: "OkineSans";
  src: url("/wp-content/fonts/Okine-sans/MADEOkineSansPERSONALUSE-Black.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}

p {
	font-family: 'OkineSans', sans-serif!important;
	font-size: clamp(27.84px, 27.84px + (100vw - 320px) * 0.0225, 52px) !important;
  	line-height: clamp(0.812, 0.812 * 1.4, 1.4) !important;
	color: #000000;
	margin-bottom: 15px;
	font-weight: 600;
}

p a {
	color: #000;
}

.max--w-800 { max-width:800px; }
.max--w-center { margin-left:auto; margin-right:auto; }