/* GIP Font Family */
@font-face {
    font-family: 'GIP';
    src: url('/fonts/GIP-Regular.9a2215adb18241d70a59.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GIP';
    src: url('/fonts/GIP-Medium.58f1333e64004bab4cd7.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GIP';
    src: url('/fonts/GIP-SemiBold.49c12914ea0159120644.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* GIP Font Classes */
.font-gip {
    font-family: 'GIP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.font-gip-regular {
    font-family: 'GIP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
}

.font-gip-medium {
    font-family: 'GIP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
}

.font-gip-semibold {
    font-family: 'GIP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
}
