@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
    font-family: 'DSIndigo';
    src: url("../fonts/dsindigo/DSIndigo-Bold.woff2") format("woff2"),url("../fonts/dsindigo/DSIndigo-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'DSIndigo';
    src: url("../fonts/dsindigo/DSIndigo-Medium.woff2") format("woff2"),url("../fonts/dsindigo/DSIndigo-Medium.woff") format("woff");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'DSIndigo';
    src: url("../fonts/dsindigo/DSIndigo-Regular.woff2") format("woff2"),url("../fonts/dsindigo/DSIndigo-Regular.woff") format("woff");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'DSIndigo';
    src: url("../fonts/dsindigo/DSIndigo-Semibold.woff2") format("woff2"),url("../fonts/dsindigo/DSIndigo-Semibold.woff") format("woff");
    font-weight: 600;
    font-display: swap
}

body {
    font-family: "DSIndigo", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

.text-xlarge {
    font-size: 1.3rem;
    line-height: 1.5
}