@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova_900.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova_700.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova_600.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova_500.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova_400.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova_300.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/proxima-nova_100.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}

.tk-proxima-nova {
  font-family: "proxima-nova, sans-serif";
}

@font-face {
  font-family: "bebasNeue";
  src: url("fonts/BebasNeue-Bold.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}

.tk-bebasNeue {
  font-family: "bebasNeue, sans-serif";
}

@font-face {
  font-family: "sofia-pro";
  src: url("fonts/sofia-pro_bold.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "sofia-pro";
  src: url("fonts/sofia-pro_light.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "sofia-pro";
  src: url("fonts/sofia-pro_light_italic.otf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "sofia-pro";
  src: url("fonts/sofia-pro_regular.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "sofia-pro";
  src: url("fonts/sofia-pro_regular_italic.otf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "sofia-pro";
  src: url("fonts/sofia-pro_semi_bold.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

body {
  margin: 0;
}