﻿@font-face {
    font-family: 'Work Sans';
    font-weight: 100;
    src: url("./fonts/WorkSans-Thin.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 100;
    font-style: italic;
    src: url("./fonts/WorkSans-ThinItalic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 200;
    src: url("./fonts/WorkSans-ExtraLight.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 200;
    font-style: italic;
    src: url("./fonts/WorkSans-ExtraLightItalic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 300;
    src: url("./fonts/WorkSans-Light.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 300;
    font-style: italic;
    src: url("./fonts/WorkSans-LightItalic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 400;
    src: url("./fonts/WorkSans-Regular.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 400;
    font-style: italic;
    src: url("./fonts/WorkSans-Italic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 500;
    src: url("./fonts/WorkSans-Medium.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 500;
    font-style: italic;
    src: url("./fonts/WorkSans-MediumItalic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 600;
    src: url("./fonts/WorkSans-SemiBold.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 600;
    font-style: italic;
    src: url("./fonts/WorkSans-SemiBoldItalic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 700;
    src: url("./fonts/WorkSans-Bold.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 700;
    font-style: italic;
    src: url("./fonts/WorkSans-BoldItalic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 800;
    src: url("./fonts/WorkSans-ExtraBold.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 800;
    font-style: italic;
    src: url("./fonts/WorkSans-ExtraBoldItalic.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 900;
    src: url("./fonts/WorkSans-Black.ttf");
}
@font-face {
    font-family: 'Work Sans';
    font-weight: 900;
    font-style: italic;
    src: url("./fonts/WorkSans-BlackItalic.ttf");
}
