@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
    url('fonts/Gilroy-Regular.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
    url('fonts/Gilroy-Medium.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('fonts/Gilroy-SemiBold.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
    url('fonts/Gilroy-Bold.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
    url('fonts/Gilroy-ExtraBold.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Gilroy-Black.woff2') format('woff2'),
    url('fonts/Gilroy-Black.otf') format('opentype');
    font-display: swap;
}