@charset "utf-8";

@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy/Gilroy-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/gilroy/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'robotomono';
    src: url('../font/roboto-mono/static/RobotoMono-Light.ttf') format('woff');
    font-weight: 400;
    font-style: normal;
}
