﻿/** 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * Webfont: Intro Black by Fontfabric
 * Copyright: Copyright (c) 2012 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: Intro Bold by Fontfabric
 * Copyright: Copyright (c) 2012 by Fontfabric LLC. All rights reserved.
 * 
 * Webfont: Intro by Fontfabric
 * Copyright: Copyright (c) 2012 by Fontfabric LLC. All rights reserved.
 * 
*/

@font-face {
    font-family: 'Intro';
    font-weight: 400;
    font-style: normal;
    src: url('Intro_Book.eot');
    src: local('☺︎'),
        url('Intro_Book.eot?#iefix') format('embedded-opentype'),
        url('Intro_Book.woff2') format('woff2'),
        url('Intro_Book.woff') format('woff'),
        url('Intro_Book.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Intro';
    font-weight: 700;
    font-style: normal;
    src: url('Intro_Bold.eot');
    src: local('☺︎'),
        url('Intro_Bold.eot?#iefix') format('embedded-opentype'),
        url('Intro_Bold.woff2') format('woff2'),
        url('Intro_Bold.woff') format('woff'),
        url('Intro_Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Intro';
    font-weight: 800;
    font-style: normal;
    src: url('Intro_Black.eot');
    src: local('☺︎'),
        url('Intro_Black.eot?#iefix') format('embedded-opentype'),
        url('Intro_Black.woff2') format('woff2'),
        url('Intro_Black.woff') format('woff'),
        url('Intro_Black.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot');
    src: url('fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
         url('fontawesome-webfont.woff2') format('woff2'),
         url('fontawesome-webfont.woff') format('woff'),
         url('fontawesome-webfont.ttf') format('truetype'),
         url('fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}