@font-face {
    font-family: 'Centrale Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Centrale Sans Regular'), url('./CentraleSansRegular.woff') format('woff');
}

:root{
    --ff-primary: 'Centrale Sans Regular', sans-serif;
}