@font-face { font-family: 'RPIGeist'; src: url("fonts/RPIGeist-Regular.woff2") format("woff2"); font-weight: 400; }
@font-face { font-family: 'RPIGeist'; src: url("fonts/RPIGeist-Medium.woff2") format("woff2"); font-weight: 500; }
@font-face { font-family: 'RPIGeist'; src: url("fonts/RPIGeist-Bold.woff2") format("woff2"); font-weight: 700; }

@font-face { font-family: 'RPIGeistMono'; src: url("fonts/RPIGeistMono-Regular.woff2") format("woff2"); font-weight: 400; }
@font-face { font-family: 'RPIGeistMono'; src: url("fonts/RPIGeistMono-Medium.woff2") format("woff2"); font-weight: 500; }
@font-face { font-family: 'RPIGeistMono'; src: url("fonts/RPIGeistMono-Bold.woff2") format("woff2"); font-weight: 700; }

:root {
    --color-red: #d6001c;
    --color-silver: #e1edf5;
    --color-gray: #b9ccd8;
    --color-blue: #0081ce;
    --color-link: #006eb0;
    --color-gold: #cdac38;
}

code {
    font-family: 'RPIGeistMono', sans-serif;
    background-color: var(--color-silver) !important;
    border-radius: 0.25rem;
}