@font-face {
    font-family: 'bebas-neue';
    src: url('../fonts/bebas_neue/BebasNeue.otf');
}

@font-face {
    font-family: 'rimouski';
    src: url('../fonts/rimouski/rimouskisb.ttf');
}

@font-face {
    font-family: 'espresso-dolce';
    src: url('../fonts/espresso_dolce/EspressoDolce.ttf');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'gardens';
    src: url('../fonts/gardens/GardensC_03_1.otf');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'poppins-extrabold';
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: 'muli-semibold';
    src: url('../fonts/Muli/Muli-SemiBold.ttf');
}

@font-face {
    font-family: 'brusthy';
    src: url('../fonts/brusthy/Brusthy.otf');
}

.circle:before {
  content: ' \25CF';
  font-size: 30px;
  color: #333;
}

.circle-yellow::before {
    content: ' \25CF';
    font-size: 100px;
    color: #ffc843;
}

.circle-fucsia::before {
    content: ' \25CF';
    font-size: 100px;
    color: #fb5aff;
}

.circle-orange::before {
    content: ' \25CF';
    font-size: 100px;
    color: #fb5a00;
}

.full-width-divider {
    border-top: 1px solid #fff7;
}

