/*
 * Copyright (C) 2020 - present Instructure, Inc.
 *
 * This file is part of Canvas.
 *
 * Canvas is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License as published by the Free
 * Software Foundation, version 3 of the License.
 *
 * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Affero General Public License along
 * with this program. If not, see <http://www.gnu.org/licenses/>.
 */
@font-face {
  font-family: "Lato Extended";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/lato/extended/Lato-Light.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato Extended";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/lato/extended/Lato-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato Extended";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/lato/extended/Lato-Italic.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato Extended";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/lato/extended/Lato-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato Extended";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/lato/extended/Lato-BoldItalic.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/balsamiq_sans/BalsamiqSans-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Balsamiq Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/balsamiq_sans/BalsamiqSans-Italic.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/balsamiq_sans/BalsamiqSans-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Balsamiq Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/balsamiq_sans/BalsamiqSans-BoldItalic.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Architects Daughter";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/architects_daughter/ArchitectsDaughter-Regular.woff2");
  font-display: swap;
}