@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-bold-italic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-bold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-light-italic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-medium-italic.woff") format("woff");
  font-style: italic;
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-regular-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "oxfam";
  src: url("./fonts/oxfam-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "oxfam-headline";
  src: url("./fonts/oxfam-headline.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "oxfam-headline";
  src: url("./fonts/oxfam-headline.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: "oxfam-headline";
  src: url("./fonts/oxfam-headline.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "oxfam-headline";
  src: url("./fonts/oxfam-headline.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

html,
body,
#root {
  height: 100%;
  font-family: "oxfam", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "oxfam", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
