@import "fonts/helveticarounded/style.css";
@import "fonts/arialroundedmt/styles.css";
@import "fonts/Cormorant-Garamond/styles.css";
@import "fonts/Montserrat/styles.css";
@import "fonts/Quicksand/styles.css";

@font-face {
    font-family: "Agbalumo-Regular";
    src: url("fonts/Agbalumo-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ArchivoBlack-Regular";
    src: url("../fonts/ArchivoBlack-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: "Caveat-Medium";
    src: url("../fonts/Caveat-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: "Pacifico-Regular";
    src: url("../fonts/Pacifico-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Providence Sans";
    src: url("../fonts/ProvidenceSans-Regular.otf") format("opentype");
    font-weight: 100 700;
    font-style: normal;
}

@font-face {
    font-family: "Providence Sans";
    src: url("../fonts/ProvidenceSans-Bold.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

span[style*="Providence Sans"] strong,
span[style*="Providence Sans"] b {
font-weight: 900 !important;
}