@font-face {
    font-family: "Gilroy";
    src: url("/fonts/Gilroy/medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("/fonts/Gilroy/bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

* {
    font-family: 'Gilroy', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: var(--color-dark);
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    line-height: 1;
    font-size: 32px;
    margin-top: 0;
    font-weight: bold;
}

p {
    line-height: 1.4;

    &.small {
        font-size: 14px;
    }

    a {
        color: inherit;
        /*font-weight: 700;*/

        /*&:not(:hover) {*/
        /*    text-decoration: none;*/
        /*}*/
    }
}
