﻿

/* FONT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/* Work Sans */
/* black */
@font-face {
    font-family: "Work Sans";
    src: url(../fonts/Work-Sans/WorkSans-Black.eot);
    src: url(../fonts/Work-Sans/WorkSans-Black.eot?#iefix) format('embedded-opentype'),url(../fonts/Work-Sans/WorkSans-Black.woff) format('woff'),url(../fonts/Work-Sans/WorkSans-Black.ttf) format('truetype');
    font-style: normal;
    font-weight: 900;
}
/* bold */
@font-face {
    font-family: "Work Sans";
    src: url(../fonts/Work-Sans/WorkSans-Bold.eot);
    src: url(../fonts/Work-Sans/WorkSans-Bold.eot?#iefix) format('embedded-opentype'),url(../fonts/Work-Sans/WorkSans-Bold.woff) format('woff'),url(../fonts/Work-Sans/WorkSans-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
}
/* regular */
@font-face {
    font-family: "Work Sans";
    src: url(../fonts/Work-Sans/WorkSans-Regular.eot);
    src: url(../fonts/Work-Sans/WorkSans-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/Work-Sans/WorkSans-Regular.woff) format('woff'),url(../fonts/Work-Sans/WorkSans-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}
/* light */
@font-face {
    font-family: "Work Sans";
    src: url(../fonts/Work-Sans/WorkSans-Light.eot);
    src: url(../fonts/Work-Sans/WorkSans-Light.eot?#iefix) format('embedded-opentype'),url(../fonts/Work-Sans/WorkSans-Light.woff) format('woff'),url(../fonts/Work-Sans/WorkSans-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 300;
}
/* xlight */
@font-face {
    font-family: "Work Sans";
    src: url(../fonts/Work-Sans/WorkSans-ExtraLight.eot);
    src: url(../fonts/Work-Sans/WorkSans-ExtraLight.eot?#iefix) format('embedded-opentype'),url(../fonts/Work-Sans/WorkSans-ExtraLight.woff) format('woff'),url(../fonts/Work-Sans/WorkSans-ExtraLight.ttf) format('truetype');
    font-style: normal;
    font-weight: 200;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
