@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

:root {
    --brandColor1: 29, 113, 184;
    --brandColor2: 54, 169, 225;
    --brandColor3: 157, 157, 156;
}

body {
    font-family: 'Playfair Display', serif;
}

.bc-1 {
    background: rgb(var(--brandColor2));
}