
@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-light.ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-light-italic.ttf");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-light.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-light-italic.ttf");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-light-italic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-regular-italic.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-medium-italic.ttf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-bold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-bold-italic.ttf");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-bold-italic.ttf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/futura-bold.ttf");
  font-weight: 800;
  font-style: normal;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea {
  font-family: Futura;
}