/**
 * Copyright (c) SAGE3 Development Team
 *
 * Distributed under the terms of the SAGE3 License.  The full license is in
 * the file LICENSE, distributed as part of this software.
 *
 */

/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('fonts/quicksand-v22-latin/quicksand-v22-latin-300.woff2') format('woff2'),
    url('fonts/quicksand-v22-latin/quicksand-v22-latin-300.woff') format('woff');
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('fonts/quicksand-v22-latin/quicksand-v22-latin-regular.woff2') format('woff2'),
    url('fonts/quicksand-v22-latin/quicksand-v22-latin-regular.woff') format('woff');
}
