/*
    Theme Name: DeusExMachina Child
    Template: DeusExMachina
    Author: Jake Anselme
    Version: 1.0
 */

/* body styles */
body {
    scroll-behavior: smooth;
}
/*********************/

/* header styles */
h1, h2, h3, h4, h5, h6 {
    font-family: "futura-pt-condensed", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
/********************/

/* p, a styles */
p, a {
    font-family: "futura-pt", sans-serif !important;
    font-style: 'normal' !important;
    font-weight: 400 !important;
}
/******************/

/* header styles */

header {
    border-bottom: .5px solid #ccc;
}

/****************/