﻿:root
{
    --main-font-family: Roboto;
    --headings-font-family: Roboto;
    --header-text-color-hover: #004cc6;
    --main-color: #004cc6;
    --secondary-color: #1051bf;
    --border-radius: 8px;
    --boxes-background-color: #add8e6;
    --boxes-secondary-background-color: #87ceeb;
    --boxes-text-color: #444;
    --footer-background: #add8e6;
    --primary-button-color: #004cc6;
    --primary-button-color-opacity: rgba(0,76,198,.05);
    --secondary-button-color: #1051bf;
}
.review-rating
{
    display: flex;
    align-items: center;
    gap: 5px;
}
.review-rating .fa-star
{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffd700;
    font-size: 18px;
}
.review-rating .fa-star-half-alt
{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffd700;
    font-size: 18px;
}
.review-rating .fa-star.far
{
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #ccc;
    font-size: 18px;
}