/*
Theme Name: One Mind Avenue Theme
Author: KBD
Version: 0.1.1
*/

/* Add smooth scroll to the page */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

.is-style-headshot img {
  border-radius: 55px 0;
}

.is-style-headshot {
  border-radius: 80px 0;
  padding-bottom: 40px;
  background:linear-gradient(64deg, var(--wp--preset--color--contrast, #1A1919) 5.08%, var(--wp--preset--color--accent, #FFCA05) 81.15%);
}