.fontawesome-icons-list {
	width: 5%!important;
}

/* Delight - Thin (100) */
@font-face {
    font-family: 'Delight';
    src: url('../font/Delight-Thin.woff2') format('woff2'),
         url('../font/Delight-Thin.woff') format('woff'),
         url('../font/Delight-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

/* Delight - Light (300) */
@font-face {
    font-family: 'Delight';
    src: url('../font/Delight-Light.woff2') format('woff2'),
         url('../font/Delight-Light.woff') format('woff'),
         url('../font/Delight-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

/* Delight - Medium (500) */
@font-face {
    font-family: 'Delight';
    src: url('../font/Delight-Medium.woff2') format('woff2'),
         url('../font/Delight-Medium.woff') format('woff'),
         url('../font/Delight-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Delight - SemiBold (600) */
@font-face {
    font-family: 'Delight';
    src: url('../font/Delight-SemiBold.woff2') format('woff2'),
         url('../font/Delight-SemiBold.woff') format('woff'),
         url('../font/Delight-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Delight - Bold (700) */
@font-face {
    font-family: 'Delight';
    src: url('../font/Delight-Bold.woff2') format('woff2'),
         url('../font/Delight-Bold.woff') format('woff'),
         url('../font/Delight-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Delight - ExtraBold (800) */
@font-face {
    font-family: 'Delight';
    src: url('../font/Delight-ExtraBold.woff2') format('woff2'),
         url('../font/Delight-ExtraBold.woff') format('woff'),
         url('../font/Delight-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Delight - Black (900) */
@font-face {
    font-family: 'Delight';
    src: url('../font/Delight-Black.woff2') format('woff2'),
         url('../font/Delight-Black.woff') format('woff'),
         url('../font/Delight-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}