/* Source_Sans Regular */
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/Source_Sans/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
/* Source_Sans Bold */
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/Source_Sans/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
  
/* Source_Sans Light */
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/Source_Sans/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
  
/* Source_Sans SemiBold */
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/Source_Sans/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Karma Regular */
@font-face {
    font-family: "Karma";
    src: url('../fonts/Karma/Karma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Karma Semibold */
@font-face {
    font-family: "Karma";
    src: url('../fonts/Karma/Karma-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
  
/* Karma Bold */
@font-face {
    font-family: "Karma";
    src: url('../fonts/Karma/Karma-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
  
/* Karma Light */
@font-face {
    font-family: "Karma";
    src: url('../fonts/Karma/Karma-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}