/* Font Imports */

/* Cinzel Decorative for headings */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cinzel-decorative-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cinzel-decorative-bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/cinzel-decorative-black.woff2') format('woff2');
  font-display: swap;
}

/* Nunito for body text */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-semibold.woff2') format('woff2');
  font-display: swap;
}

/* Font Icons for Social Media and UI elements */
@font-face {
  font-family: 'NestavitaIcons';
  src: url('../fonts/nestavita-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'NestavitaIcons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}