/*
  Theme Name: zweikopf
  Version: 1.0.0
  Template: Divi
  Author: zweikopf GmbH & Co. KG
  Author URI: https://www.zweikopf.com
*/

@font-face {
  font-family: 'Gotham';
  src: url(fonts/gotham/gotham-light.woff2) format('woff2'),
       url(fonts/gotham/gotham-light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gotham';
  src: url(fonts/gotham/gotham-medium.woff2) format('woff2'),
       url(fonts/gotham/gotham-medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url(fonts/gotham/gotham-bold.woff2) format('woff2'),
       url(fonts/gotham/gotham-bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url(fonts/gotham/gotham-black.woff2) format('woff2'),
       url(fonts/gotham/gotham-black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}