/* custom-fonts.css */

/* Sentinel Fonts */
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Sentinel';
    src: url('../fonts/Sentinel-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

/* Stratum2 Fonts */
@font-face {
    font-family: 'Stratum2';
    src: url('../fonts/Stratum2-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Stratum2';
    src: url('../fonts/Stratum2-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Stratum2';
    src: url('../fonts/Stratum2-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Stratum2';
    src: url('../fonts/Stratum2-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Stratum2';
    src: url('../fonts/Stratum2-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Stratum2';
    src: url('../fonts/Stratum2-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* GT Pressura Fonts */
@font-face {
    font-family: 'GT Pressura';
    src: url('../fonts/GT-Pressura-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GT Pressura';
    src: url('../fonts/GT-Pressura-Light-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'GT Pressura';
    src: url('../fonts/GT-Pressura-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GT Pressura';
    src: url('../fonts/GT-Pressura-Regular-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'GT Pressura';
    src: url('../fonts/GT-Pressura-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GT Pressura';
    src: url('../fonts/GT-Pressura-Bold-Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
