/*
Theme Name: NobulArt
Description: A Child Theme for the Enfold Wordpress Theme
Version: 1.0
Author: nobulart.com
Author URI: https://nobulart.com
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&family=Quicksand:wght@300..700&display=swap');

.quattrocento-regular {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-style: normal;
}

.quattrocento-bold {
  font-family: "Quattrocento", serif;
  font-weight: 700;
  font-style: normal;
}

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.quicksand-regular {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.quicksand-bold {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/** hide navigation since we're using jQuery infinite scroll */
nav.pagination { display:none; }

