@import "tailwindcss";

@font-face {
  font-family: 'Corbert';
  src: url('../fonts/Corbert-Regular.ttf.eot');
  src: url('../fonts/Corbert-Regular.ttf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Corbert-Regular.ttf.woff') format('woff'),
       url('../fonts/Corbert-Regular.ttf.svg#Corbert-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corbert';
  src: url('../fonts/Corbert-Italic.ttf.eot');
  src: url('../fonts/Corbert-Italic.ttf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Corbert-Italic.ttf.woff') format('woff'),
       url('../fonts/Corbert-Italic.ttf.svg#Corbert-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Corbert';
  src: url('../fonts/Corbert-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Corbert', sans-serif;
  background-color: rgb(208, 203, 158);
  color: #30341A;
}

p {
  line-height: 1.7 !important;
}

/* Scroll offset for sticky header */
html {
  scroll-padding-top: 100px;
}
