/**
* Theme Name: Arolax Child
* Description: This is a child theme of Arolex
* Author: <a href="http://themeforest.net/user/crowdytheme">CrowdyTheme</a>
* Template: arolax
* Version: 3.0.2
*/

/* Force Raleway font family for all content */
* {
  font-family: "Jost", sans-serif;
}

html,
body,
body * {
  font-family: "Jost", sans-serif !important;
  
}
body {
  background-color: black !important;
}

.single-post * {
  color: white !important;
}

.single-post #page {
  /* background-color: black !important; */
  /* padding-top: 20px; */
}

/* .single-post #page {
  background-color: #121212 !important;
} */

.choice {
  
font-weight: 400;
color: #C49F59;
}
.wcf-preloader {
  display: none !important;
}

