@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
/* Fluid Type - https://www.madebymike.com.au/writing/fluid-type-calc-examples/
 * @property: the css property to adjust
 * @min-vw, @max-vw: the range width to make adjustments to @property
 * @min-size, @max-size: the min/max of the @property
 * Examples:
 *    .fluid-type(font-size, 600px, 900px, 12px, 28px);
 *    .fluid-type(font-size, 20rem, 80rem, 0.875rem, 1.375rem);
 *    .fluid-type(width, 3200px, 1280px, 200px, 500px);
 *    .fluid-type(line-height, 20em, 80em, 1.2em, 1.8em);
*/
