/* Familjen Grotesk - local hosting for DSGVO compliance */
/* IMPORTANT: Download font files from https://fonts.google.com/specimen/Familjen+Grotesk */
/* Place .woff2 files in this /fonts/ directory */

@font-face {
  font-family: 'Familjen Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('FamiljenGrotesk-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Familjen Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('FamiljenGrotesk-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Familjen Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('FamiljenGrotesk-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Familjen Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('FamiljenGrotesk-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Familjen Grotesk';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('FamiljenGrotesk-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Familjen Grotesk';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('FamiljenGrotesk-BoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Poppins-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Poppins-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Poppins-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Poppins-Bold.woff2') format('woff2');
}

html { scroll-behavior: smooth; }
