@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Chewie DEMO — local font files */
@font-face {
  font-family: 'Chewie DEMO';
  src: url(/assets/ChewieDEMO-Thin-47df7c72e59d04ecb8fb0d52a8a60fcc686b25b274f939338ea93ecaa075e98e.otf) format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chewie DEMO';
  src: url(/assets/ChewieDEMO-Light-c6f5235cd740a35b026cc68c0aa67616fe38d2664b0f2008ee9b92dda0e05e8c.otf) format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chewie DEMO';
  src: url(/assets/ChewieDEMO-Regular-bca923c83a3d65848a5cf9fc7a181fc6d3dc270a0f62f658b3db462e962d9a47.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chewie DEMO';
  src: url(/assets/ChewieDEMO-Medium-1b45f2ef622b6bed20770ea81247c34107c727dab6ffeb1507f3278826a0d3ac.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chewie DEMO';
  src: url(/assets/ChewieDEMO-SemiBold-1a5bd09c5cdf5c0c304667aab692d0d3a4306a098c42ba254c39adc911f07207.otf) format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chewie DEMO';
  src: url(/assets/ChewieDEMO-Bold-b1cca9e4b9df5e9d1cf6e520c486124deb05aafd4e65955dd979565c37d3d62b.otf) format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chewie DEMO';
  src: url(/assets/ChewieDEMO-ExtraBold-c8b20e5cce2ecf4037c21c4c0a2eb3910d059e9ca8cbff7f3416e2f3a13a7f75.otf) format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

.no-scroll {
  overflow: hidden;
}

body {
  background: #F6F6F6;
  font-family: "Open Sans", sans-serif;
}

a{
    text-decoration: none;
}

textarea{
  resize: none;
}

input:focus, textarea:focus{
    outline: none;
}

h1, h2, h3, h4 {
    font-family: "Chewie DEMO";
}

.container{
  max-width: 1300px;
  margin: 0 auto;
}
