$font-path: '..//assets/fonts' !default;

/* quicksand-300normal - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src:
  local('Quicksand Light '),
  local('Quicksand-Light'),
  url('#{$font-path}/quicksand-latin-300.woff2') format('woff2'),
  url('#{$font-path}/quicksand-latin-300.woff') format('woff');
}

/* quicksand-400normal - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src:
  local('Quicksand Regular '),
  local('Quicksand-Regular'),
  url('#{$font-path}/quicksand-latin-400.woff2') format('woff2'),
  url('#{$font-path}/quicksand-latin-400.woff') format('woff');
}

/* quicksand-500normal - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src:
  local('Quicksand Medium '),
  local('Quicksand-Medium'),
  url('#{$font-path}/quicksand-latin-500.woff2') format('woff2'),
  url('#{$font-path}/quicksand-latin-500.woff') format('woff');
}

/* quicksand-700normal - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src:
  local('Quicksand Bold '),
  local('Quicksand-Bold'),
  url('#{$font-path}/quicksand-latin-700.woff2') format('woff2'),
  url('#{$font-path}/quicksand-latin-700.woff') format('woff');
}
