/* Global Font Override */
* {
  font-family: 'Gluten', sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
/* Font-face definitions for Gluten */
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gluten';
  src: url('./fonts/Gluten-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* Original CSS File Contents */

html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  width: 100%;
  overflow-x: hidden;
}
/* Example sections */
.section---surf {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Full Webflow-specific classes, resets, and utility classes follow */
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}

/* CSS Reset and Utility Classes */
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul, ol {
  padding-left: 40px;
}
blockquote {
  border-left: 5px solid #E2E2E2;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
