::-moz-selection {
    /* Code for Firefox */
    background: rgba(236, 77, 38, 0.4);
    color: rgba(78, 78, 79, 1);
}

::selection {
    background: rgba(236, 77, 38, 0.4);
    color: rgba(78, 78, 79, 1);
}

.font-nunito-raw {
    font-family: Nunito, sans-serif;
}
