/*@import url('https://fonts.googleapis.com/css2?family=Signika:wght@400;600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');
@font-face {
    font-family: "Bahnschrift"; 
    src: url("fonts/0a6ee448d1bd65c56f6cf256a7c6f20a.eot"); 
    src: url("fonts/0a6ee448d1bd65c56f6cf256a7c6f20a.eot?#iefix") format("embedded-opentype"), 
        url("fonts/0a6ee448d1bd65c56f6cf256a7c6f20a.woff2") format("woff2"), 
        url("fonts/0a6ee448d1bd65c56f6cf256a7c6f20a.woff") format("woff"), 
        url("fonts/0a6ee448d1bd65c56f6cf256a7c6f20a.ttf") format("truetype"), 
        url("fonts/0a6ee448d1bd65c56f6cf256a7c6f20a.svg#Bahnschrift") format("svg"); 
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 

font-family: 'Poppins', sans-serif; (300,400,600,700)
font-family: 'Signika', sans-serif; (400,600)
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Bahnschrift', sans-serif;

* * * * * * * * * * * * * * * * * * * * * * * * * * * */

.thin { font-weight:100 }
.extra-light { font-weight:200 }
.light { font-weight:300 }
.regular { font-weight:400 }
.medium { font-weight:500 }
.semi-bold { font-weight:600 }
.bold { font-weight:700 }
.extra-bold { font-weight:800 }
.black { font-weight:900 }
