/*
 * Theme Name: Alarie 2021 Theme
 * Description: Custom theme built using Timberwind (Timber + Tailwind) and developed by Alarie Design in Winter Garden, FL
 * Author: Alarie Design Associates, Inc.
 * Author URI: https://www.alariedesign.com
*/


@font-face {
  font-family: Futura;
  src: url(./fonts/Futura-Regular.ttf);
}

@font-face {
  font-family: Futura;
  src: url(./fonts/Futura-Light.ttf);
  font-weight:400;
}


@font-face {
  font-family: Futura;
  src: url(./fonts/Futura-Semi-Bold.ttf);
  font-weight:600;
}


@font-face {
  font-family: Futura;
  src: url(./fonts/Futura-Bold.ttf);
  font-weight:700;
}
