/* ======================================================= */
/* IMPORTS IMPORTS IMPORTS IMPORTS IMPORTS IMPORTS IMPORTS */
/* ======================================================= */

@import '/global/styles/resets.css';
@import '/global/components/header/header.css';
@import '/global/components/footer/footer.css';
@import '/global/components/faq/faq.css';

/* ======================================================= */
/* STYLES STYLES STYLES STYLES STYLES STYLES STYLES STYLES */
/* ======================================================= */

@font-face {
   font-family: 'Jura';
   src: url(/global/fonts/Jura-VariableFont_wght.ttf);
}

body {
   background-color: #ffffff;
   font-family: 'Jura';
   font-weight: 600;
   margin: 0 auto;
   /* max-width: 1920px; */
   position: relative;
   max-width: 1920px;
   /* min-width: 720px; */
}

.darker {
   filter: brightness(30%);
}

/* =================================================== */
/* PLACEHOLDERS PLACEHOLDERS PLACEHOLDERS PLACEHOLDERS */
/* =================================================== */

/* section {
   background-color: #8a8a8a;
   font-size: 40px;
   height: 750px;
   margin: 10px 0;
} */
