﻿@font-face {
    font-family: 'Roboto Condensed Italic';
    font-style: italic;
    font-weight: 400;
    src: url('../content/fonts/RobotoCondensed-Italic.woff2') format('woff2'),
        url('../content/fonts/RobotoCondensed-Italic.ttf') format('truetype'),
        local('Arial'),
        local('sans-serif');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto Medium Italic';
    font-style: italic;
    font-weight: 500;
    src: url('../content/fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../content/fonts/Roboto-MediumItalic.ttf') format('truetype'),
        local('Arial'),
        local('sans-serif');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../content/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../content/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
        local('Arial'),
        local('sans-serif');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../content/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../content/fonts/RobotoCondensed-Bold.ttf') format('truetype'),
        local('Arial'),
        local('sans-serif');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Quicksand Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url('../content/fonts/Quicksand-Bold.ttf') format('truetype'), local('Calibri'), local('sans-serif');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 300;
    src: url('../content/fonts/Quicksand-Medium.ttf') format('truetype'), local('Calibri'), local('sans-serif');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Code128', sans-serif;
    src: url('../content/fonts/code128.ttf');
}