:root,
[data-bs-theme=ffa] {
    --bs-primary: rgb(13, 35, 102);
    --bs-primary-rgb: 13, 35, 102;
    --bs-success: rgb(3, 206, 194);
    --bs-success-rgb: 3, 206, 194;
    --bs-danger: rgb(255, 77, 82);
    --bs-danger-rgb: 255, 77, 82;
}

@font-face {
    font-family: "Bauhaus Bugler Bold W00 Bold";
    src: url("fonts/a8f1032f952b63eeefc647923900f21a.eot");
    src: url("fonts/a8f1032f952b63eeefc647923900f21a.eot?#iefix")format("embedded-opentype"),
        url("fonts/a8f1032f952b63eeefc647923900f21a.woff")format("woff"),
        url("fonts/a8f1032f952b63eeefc647923900f21a.woff2")format("woff2"),
        url("fonts/a8f1032f952b63eeefc647923900f21a.ttf")format("truetype"),
        url("fonts/a8f1032f952b63eeefc647923900f21a.svg#Bauhaus Bugler Bold W00 Bold")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Freshman";
    src: url("fonts/fershman.ttf")format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #f7f7f7;
    color: rgb(13, 35, 102);
}

.cag-font {
    font-family: "Bauhaus Bugler Bold W00 Bold";
}

.ia-font {
    font-family: "Freshman";
}