@font-face {
    font-family: 'BrandHeading';
    src: url('font/heading');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BrandBody';
    src: url('font/body');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --brand-primary: #7413dc;
    --brand-secondary: #00b8a3;
    --brand-soft-fill: #F8F3FD;
}