@font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
  }

  @font-face {
    font-family: "Rethink Sans";
    src: url("../fonts/rethink_sans/RethinkSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
