@font-face {
    font-family: "BechtleDIN";
    src: url("./fonts/BechtleDIN/Bechtle-DIN-Regular.woff") format('woff');
}

@font-face {
    font-family: "BechtleDIN";
    src: url("./fonts/BechtleDIN/Bechtle-DIN-Medium.woff") format('woff');
    font-weight: auto;
}

@font-face {
    font-family: "BechtleDIN";
    src: url("./fonts/BechtleDIN/Bechtle-DIN-Bold.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "BechtleSlab";
    src: url("./fonts/BechtleSlab/Bechtle-Slab-Regular.woff") format('woff');
}

@font-face {
    font-family: "BechtleSlab";
    src: url("./fonts/BechtleSlab/Bechtle-Slab-Bold.woff") format('woff');
    font-weight: bold;
}

body {
    font-family: BechtleDIN;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
}

p {
    font-family: BechtleDIN;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
}

h1 {
    font-family: BechtleSlab;
    font-size: 3.157rem;
    font-weight: bold;
    line-height: 3.75rem;
}

h2 {
    font-family: BechtleDIN;
    font-size: 2.369rem;
    font-weight: bold;
    line-height: 3rem;
}

h3 {
    font-family: BechtleDIN;
    font-size: 1.777rem;
    font-weight: bold;
    line-height: 2.31rem;
}

h4 {
    font-family: BechtleDIN;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.875rem;
}

h5 {
    font-family: BechtleDIN;
    font-size: 1.333rem;
    font-weight: normal;
    line-height: 1.75rem;
}

.btn {
    text-transform: uppercase;
}

.btn-primary {
    background-color: #155195;
}

.btn-primary:hover {
    background-color: #0f3968;
}

.btn:disabled {
    opacity: 40%;
}

.btn-danger {
    background-color: #d9534f;
}

.btn-danger:hover {
    background-color: #ca302c;
}

.btn-warning {
    background-color: #f5960e;
}

.btn-warning:hover {
    background-color: #c87908;
}

.btn-success {
    background-color: #6bc756;
}

.btn-success:hover {
    background-color: #50b03a;
}

.btn-info {
    background-color: #6c98b5;
}

.btn-info:hover {
    background-color: #507f9e;
}

hr {
    color: #dbdcde;
    height: 1px;
}

ul {
    list-style-image: url('./fonts/bullet2.png');
}
