/* ============================================
   Gilroy Font Family
   ============================================ */

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

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

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

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

/* Gilroy Heavy (800) */
@font-face {
    font-family: 'Gilroy';
    src: url('../assets/font/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

