/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: admin (benarnold153@gmail.com)
*/

/* Woohoo! Let's customize! */

@font-face {
  font-family: 'Juventus';
  src: url('fonts/Juventus-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Juventus';
  src: url('fonts/Juventus-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Juventus', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.themify_builder .module-title {
  font-family: 'Juventus', sans-serif;
}





