@font-face {
    font-family: 'Rousseau Deco';
    src: url('RousseauDeco-Bold.woff2') format('woff2'),
        url('RousseauDeco-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}


:root {
  --bulma-primary-h: 162deg;
  --bulma-primary-s: 46%;
  --bulma-primary-l: 46%;
  --bulma-link-h: 347deg;
  --bulma-link-s: 87%;
  --bulma-link-l: 56%;
  --bulma-success-h: 132deg;
  --bulma-warning-h: 50deg;
  --bulma-danger-h: 4deg;
  --bulma-danger-l: 65%;
  --bulma-scheme-h: 162;
  --bulma-scheme-s: 33%;
  --bulma-family-secondary: "Rousseau Deco", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--bulma-family-secondary);
}