/*
 * Copyright (c) 2020 Little Robot Friends, Inc.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

@font-face {
  font-family: "Proxima Soft";
  font-display: auto;
  src: url("proximasoft-regular-webfont.woff2") format("woff2"),
    url("proximasoft-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Soft";
  font-display: auto;
  src: url("proximasoft-medium-webfont.woff2") format("woff2"),
    url("proximasoft-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Soft";
  font-display: auto;
  src: url("proximasoft-semibold-webfont.woff2") format("woff2"),
    url("proximasoft-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Soft";
  font-display: auto;
  src: url("proximasoft-bold-webfont.woff2") format("woff2"),
    url("proximasoft-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Soft";
  font-display: auto;
  src: url("proximasoft-extrabold-webfont.woff2") format("woff2"),
    url("proximasoft-extrabold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
