@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: 162deg;
  --bulma-scheme-s: 33%;
  --bulma-family-secondary: Rousseau Deco,Inter,SF Pro,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Helvetica,Arial,sans-serif;
  --bulma-text-h: 162deg;
}

h1, h2, h3, h4, h5, h6, .title, .is-fam-secondary {
    font-family: var(--bulma-family-secondary);
}

.content>h1,
.content>h2,
.content>h3,
.content>h4,
.content>h5,
.content>h6 {
    text-align: center;
}

a:hover {
    text-decoration: underline;
    
}