/* font-family: "Gideon Roman", serif; , Sedan */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Gideon Roman", serif;
  line-height: 1;
  font-weight: 400;
  color: #000;

  overflow-x: hidden;
}

/**************************/
/* GENRAL REUSABLE COMPONENTS */
/**************************/

.container {
  /* 1140px */
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

/* HELPER/SETTINGS CLASSES */
.margin-right-sm {
  margin-right: 1.6rem !important;
}

.margin-bottom-md {
  margin-bottom: 4.8rem !important;
}
.margin-top-md {
  margin-top: 4.8rem !important;
}
.margin-bottom-md {
  margin-bottom: 4.8rem !important;
}

.margin-all-big {
  margin: 4.8rem auto !important;
}
.margin-all-sm {
  margin: 4rem auto !important;
}
.center-text {
  text-align: center;
}

strong {
  font-weight: 600;
}
