@font-face {
   font-family: 'Ease FullRounded TRIAL';
   src: url('assets/fonts/EaseFullRoundedTRIAL-Black.woff2') format('woff2');
   font-weight: 900;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Ease FullRounded TRIAL FullRounded';
   src: url('assets/fonts/EaseFullRoundedTRIAL-Regular.woff2') format('woff2');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Ease FullRounded FullRounded';
   src: url('assets/fonts/EaseFullRounded-Medium.woff2') format('woff2');
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}

body {
   font-family: 'Ease FullRounded FullRounded', sans-serif;
}

.fw-900 {
   font-weight: 900;
}