/*
Theme Name:   JoMorey
Theme URI:    https://bricksbuilder.io/
Description:  JoMorey Website Theme.
Author:       GetCrisp
Author URI:   https://getcrisp.co.uk/
Template:     bricks
Version:      1.1
*/

@import url("https://use.typekit.net/yzu2wwt.css");

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
input,
textarea
{
	font-family: "adobe-caslon-pro", sans-serif !important;
}

nav, nav a, nav ul, nav li, button, button a, span.link {
	font-family: "scandia-web", sans-serif !important;
}

p {
  margin: unset;
  padding: unset;
}

html, body {
	max-width: 100vw !important;
	overflow-x: hidden !important;
}

html, body {
	background-color: var(--jm-mint) !important;
}

.date-font {
	font-family: "scandia-web", sans-serif !important;
}

i:focus, button:focus, a:focus {
	border: unset !important;
	outline: unset !important;
}

/*** Animations ***/

@keyframes growScaleLeft {
  0% {
    transform: scale(0) translateX(-200%);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

@keyframes growScaleRight {
  0% {
    transform: scale(0) translateX(200%);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}