@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TTNormsPro-Regular.eot');
  src: url('../fonts/TTNormsPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TTNormsPro-Regular.woff2') format('woff2'),
       url('../fonts/TTNormsPro-Regular.woff') format('woff'),
       url('../fonts/TTNormsPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TTNormsPro-Medium.eot');
  src: url('../fonts/TTNormsPro-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TTNormsPro-Medium.woff2') format('woff2'),
       url('../fonts/TTNormsPro-Medium.woff') format('woff'),
       url('../fonts/TTNormsPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TTNormsPro-Bold.eot');
  src: url('../fonts/TTNormsPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
       url('../fonts/TTNormsPro-Bold.woff') format('woff'),
       url('../fonts/TTNormsPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --Text: #0A422F;
  --Accent: #CAA53D;
  --main-padding: clamp(3.75rem, 2.1569rem + 6.5359vw, 10rem);
  --main-margin: clamp(3.75rem, 2.1569rem + 6.5359vw, 10rem);
}

body {
  font-family: 'TT Norms Pro', sans-serif;
}
main {
  display: block;
  padding-top: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem);
}
a.custom-logo-link {
  display: flex;
}

.container {
  padding-left: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
  padding-right: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
}

@media (max-width: 768px) {
  
  

}
