:root {
    --bs-warning: #f2b80d;
    --bs-warning-rgb: 242, 184, 13;
}

body {
    font-family: "Saira", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #5c5c5c;
}

.designed-font {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
}