@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&family=Roboto&display=swap');
body {
    font-family: Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6, .btn {
    font-family: 'EB Garamond', serif;
}

.header {
    font-weight: bold;
}

/* Quote style */
div.bquo {
    font-family: 'EB Garamond', serif;
    padding-left: 15px;
    border-left: #ccc solid 4px;
}

.bg-theme {
    background: linear-gradient(-80deg, #198754 3px, #198754 50px, #ffc107 51px, #ffc107 100px, #212529 101px, #212529 150px, #f8f9fa 151px, #f8f9fa 100%);
}

/* Timeline */
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
