/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body{
font-family: "roc-grotesk", sans-serif;
font-weight: 300;``
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  cursor: pointer;
}
body {
  margin:0;
}

.top-gradient {
  background: linear-gradient(to bottom, rgba(255,232,210, 1) 0%, rgba(255,232,210, 0) 100%);
  height: 140px;
  margin-bottom: -140px;
}

.page-center {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "ringold-soft", sans-serif;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
}
:not(h1, h2, h3, h4, h5, h6) > p,
:not(h1, h2, h3, h4, h5, h6) > span {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
}
/* @media (min-width: 1920px){
  .page-center {
    max-width: 1870px;
    padding: 0 15px;
    margin: 0 auto;
  }
} */