/* SVN Gilroy Font Family - Custom Font Definitions */

/* Regular Weight (400) */
@font-face {
    font-family: 'SVN Gilroy';
    src: url('../fonts/SVN-Gilroy Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium Weight (500) */
@font-face {
    font-family: 'SVN Gilroy';
    src: url('../fonts/SVN-Gilroy Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semi Bold Weight (600) */
@font-face {
    font-family: 'SVN Gilroy';
    src: url('../fonts/SVN-Gilroy SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold Weight (700) */
@font-face {
    font-family: 'SVN Gilroy';
    src: url('../fonts/SVN-Gilroy Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
