@font-face {
    font-family: 'Typo Hoop';
    src: url('Typo_Hoop_Hairline_Demo.otf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Typo Hoop';
    src: url('Typo_Hoop_Light_Demo.otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Typo Hoop';
    src: url('Typo_Hoop_Regular_Demo.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Typo Hoop';
    src: url('Typo_Hoop_Bold_Demo.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

