﻿@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-regular-italic-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-medium-italic-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-bold-italic-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/ubuntu/ubuntu-light-italic-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('/static/fonts/ubuntu/ubuntu-condensed-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.zero-font-ubuntu-light {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

.zero-font-ubuntu-light-italic {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300;
    font-style: italic;
}

.zero-font-ubuntu-regular {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.zero-font-ubuntu-italic {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
    font-style: italic;
}

.zero-font-ubuntu-medium {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.zero-font-ubuntu-medium-italic {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    font-style: italic;
}

.zero-font-ubuntu-bold {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.zero-font-ubuntu-bold-italic {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 700;
    font-style: italic;
}

.zero-font-ubuntu-condensed {
    font-family: 'Ubuntu Condensed', sans-serif !important;
    font-weight: 400;
    font-style: normal;
}