/* #region Font Family */

@font-face {
    font-family: 'Sen-Bold';
    src: url('../fonts/Sen-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'Sen-ExtraBold';
    src: url('../fonts/Sen-ExtraBold.ttf') format('opentype');
}

@font-face {
    font-family: 'Sen';
    src: url('../fonts/Sen-Regular.ttf') format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
/* #endregion */
