/**
 * Quicksand Font Face Declarations
 * Downloaded from Google Fonts for offline use
 * Includes Vietnamese, Latin Extended, and Latin character support
 */

/* Quicksand Light (300) - Vietnamese & Latin Extended */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/quicksand-300-vietnamese.ttf') format('truetype');
}

/* Quicksand Regular (400) - Vietnamese & Latin Extended */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/quicksand-400-vietnamese.ttf') format('truetype');
}

/* Quicksand Medium (500) - Vietnamese & Latin Extended */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/quicksand-400-vietnamese.ttf') format('truetype');
}

/* Quicksand SemiBold (600) - Vietnamese & Latin Extended */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/quicksand-700-vietnamese.ttf') format('truetype');
}

/* Quicksand Bold (700) - Vietnamese & Latin Extended */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:url('../fonts/quicksand-700-vietnamese.ttf') format('truetype');
}
