@font-face {
    font-family: 'Phenomena';
    src: url('../fonts/Phenomena-Regular.woff2') format('woff2'),
         url('../fonts/Phenomena-Regular.woff') format('woff'),
         url('../fonts/Phenomena-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Phenomena';
    src: url('../fonts/Phenomena-ExtraLight.woff2') format('woff2'),
         url('../fonts/Phenomena-ExtraLight.woff') format('woff'),
         url('../fonts/Phenomena-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

