/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/



/*
import Sora Extra Bold
*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap');
/*
import Sourc Sans 3
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital@0;1&display=swap');




:root {
  --hic-day: #00b4c8;
  --hic-earth: #50beb4;
  --hic-night: #14376e;
  --hic-work: #fff00a;
}


body {
    font-family: 'Source Sans 3', sans-serif !important;
    color: var(--hic-night) !important;
    font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6, strong, .group-title {
    font-family: 'Sora', sans-serif !important;
}


.progress-bar {
    background-color: var(--hic-night) !important;
}

.ls-questionhelp, .ls-em-tip, .emtip {
    color: var(--hic-day);
}

.progress {
    font-size: 1rem;
}

.form-control {
    font-size: 1.25rem;
}


.btn-primary {
  background-color: var(--hic-night) !important;
  border-color: var(--hic-night) !important;
}

.btn-primary:hover {
  background-color: var(--hic-day) !important;
  border-color: var(--hic-day) !important;
}
