/* Font Styles font.css included by styles.css */


/* ------------------------------------------------------------ Open Sans Font Families */

@font-face {
    font-family:'Open Sans';
    src: url('fonts/opensans/opensans-regular.eot');
    src: url('fonts/opensans/opensans-regular.woff') format('woff'),
         url('fonts/opensans/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans/opensans-regular.svg#opensans-regular') format('svg');
    font-weight:normal;
    font-display: swap;
}

@font-face {
    font-family:'Hyperlegible';
    src: url('fonts/hyperlegible/AtkinsonHyperlegibleNext-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family:'Hyperlegible';
    src: url('fonts/hyperlegible/AtkinsonHyperlegibleNext-ExtraLight.ttf') format('truetype');
    font-weight: 100 200;
    font-display: swap;
}
@font-face {
    font-family:'Hyperlegible';
    src: url('fonts/hyperlegible/AtkinsonHyperlegibleNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;

}
@font-face {
    font-family:'Hyperlegible';
    src: url('fonts/hyperlegible/AtkinsonHyperlegibleNext-SemiBold.ttf') format('truetype');
    font-weight: 500 600;
    font-display: swap;

}
@font-face {
    font-family:'Hyperlegible';
    src: url('fonts/hyperlegible/AtkinsonHyperlegibleNext-Bold.ttf') format('truetype');
    font-weight: bold 900;
    font-display: swap;

}


@font-face {
    font-family:'Inclusive';
    src: url('fonts/inclusive/InclusiveSans-Light.ttf') format('truetype');
    font-weight: 100 300;
    font-display: swap;
}
@font-face {
    font-family:'Inclusive';
    src: url('fonts/inclusive/InclusiveSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;

}
@font-face {
    font-family:'Inclusive';
    src: url('fonts/inclusive/InclusiveSans-SemiBold.ttf') format('truetype');
    font-weight: 500 600;
    font-display: swap;

}
@font-face {
    font-family:'Inclusive';
    src: url('fonts/inclusive/InclusiveSans-Bold.ttf') format('truetype');
    font-weight: bold 900;
    font-display: swap;

}

@font-face {
	font-family: 'Elusive';
  src: url('fonts/elusive/elusiveicons-webfont.eot');
  src: url('fonts/elusive/elusiveicons-webfont.woff') format('woff'),
       url('fonts/elusive/elusiveicons-webfont.ttf') format('truetype'),
  		 url('fonts/elusive/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


