/*
Theme Name: Meraki
Theme URI: https://www.thepixelpixie.com/
Author: Laura Sage, aka ThePixelPixie
Author URI: https://www.thepixelpixie.com/
Description: Custom theme built for Studio Meraki Design. Bootstrap, ACF, ACF Content Blocks, mobile first
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meraki
*/

/* The actual styles are defined in includes/custom-styles.php */

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

html {
    font-size: 20px;
}

body {
    background-color: #140f09;
    color: #FCFAFF;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    width: 100vw;
    overflow-x: hidden;
}

section {
    padding: 5rem 3rem;
}

section.light {
    background-color: #fcfaff;
    color: #140f09;
}

hr.dark {
    margin: 3rem auto 2rem;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
    border-color: #d49a3d;
    overflow: visible;
    opacity: 1;
}

hr.dark:after {
    content: '\f111';
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #1c666d;
    background-color: #fcfaff;
}