/* Century 21 brand fonts. */

@font-face {
  font-family: "Typold";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Thin.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Typold";
  src: url("/static/fonts/C21_Fonts_Typold/Typold Book.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Typold";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Typold";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Typold";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Typold";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-ExtraBold.otf") format("opentype");
  font-weight: 800;
}

@font-face {
  font-family: "Typold Condensed";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Condensed-Book.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Typold Condensed";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Condensed-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Typold Condensed";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Condensed-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Typold Condensed";
  src: url("/static/fonts/C21_Fonts_Typold/TypoldCondensed-ExtraBold.otf") format("opentype");
  font-weight: 800;
}

@font-face {
  font-family: "Typold Extended";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Extended-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Typold Extended";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Extended-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Typold Extended";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Extended-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Typold Extended";
  src: url("/static/fonts/C21_Fonts_Typold/Typold-Extended-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Typold Extended";
  src: url("/static/fonts/C21_Fonts_Typold/TypoldExtended-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Oakes";
  src: url("/static/fonts/C21_Fonts_Oakes/Oakes-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Oakes";
  src: url("/static/fonts/C21_Fonts_Oakes/Oakes-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Oakes";
  src: url("/static/fonts/C21_Fonts_Oakes/Oakes-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Oakes";
  src: url("/static/fonts/C21_Fonts_Oakes/Oakes-Semi-Bold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Oakes";
  src: url("/static/fonts/C21_Fonts_Oakes/Oakes-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("/static/fonts/C21_Fonts_BarlowSemiCondensed/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("/static/fonts/C21_Fonts_BarlowSemiCondensed/BarlowSemiCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("/static/fonts/C21_Fonts_BarlowSemiCondensed/BarlowSemiCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
