/*
 * 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/>.
 */
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap");
@font-face {
  font-family: "Lato Extended";
  font-style: normal;
  font-weight: 300;
  src: url(/dist/fonts/lato/extended/Lato-Light-7244318390.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato Extended";
  font-style: italic;
  font-weight: 400;
  src: url(/dist/fonts/lato/extended/Lato-Italic-4eb103b4d1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato Extended";
  font-style: normal;
  font-weight: 400;
  src: url(/dist/fonts/lato/extended/Lato-Regular-bd03a2cc27.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato Extended";
  font-style: normal;
  font-weight: 700;
  src: url(/dist/fonts/lato/extended/Lato-Bold-cccb897485.woff2) format("woff2");
  font-display: swap;
}