@font-face {
    font-family: 'gilroy_bold';
    src: url('/assets/fonts/Gilroy-Bold.ttf');
}

@font-face {
    font-family: 'gilroy_semibold';
    src: url('/assets/fonts/Gilroy-SemiBold.ttf');
}

@font-face {
    font-family: 'gilroy_medium';
    src: url('/assets/fonts/Gilroy-Medium.ttf');
}

@font-face {
    font-family: 'gilroy_light';
    src: url('/assets/fonts/Gilroy-Light.ttf');
}

@font-face {
    font-family: 'MotivaSansBold';
    src: url('/assets/fonts/MotivaSansBold.ttf');
}

@font-face {
    font-family: 'MotivaSansMedium';
    src: url('/assets/fonts/MotivaSansMedium.ttf');
}

@font-face {
    font-family: 'MotivaSansRegular';
    src: url('/assets/fonts/MotivaSansRegular.ttf');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/material.woff2') format('woff2');
    /* For IE6-8 */
}

.text-default {
    color: var(--text-color);
}

.text-mg {
    color: var(--dark-color);
}

.text-mg-bright {
    color: var(--bright-color);
}

.gilroy_bold {
    font-family: "gilroy_bold" !important;
    color: #BCBCBC !important;
}

.MotivaSansBold {
    font-family: "MotivaSansBold" !important;
}

.MotivaSansMedium {
    font-family: "MotivaSansMedium" !important;
}

.MotivaSansRegular {
    font-family: "MotivaSansRegular" !important;
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
    user-select: none;
}

.m-icons-text {
    vertical-align: middle !important;
    padding-bottom: 3px;
}

.svgicon {
    height: 1.25rem;
    line-height: auto;
}

.mg-link {
    text-decoration: none;
    transition: .4s;
    color: var(--bright-color) !important;
    font-family: "MotivaSansRegular" !important;
}

.mg-link:hover {
    color: var(--dark-color) !important;
    text-decoration: none;
}

.mg-link-gray {
    text-decoration: none;
    transition: .4s;
    color: var(--text-color) !important;
    font-family: "MotivaSansRegular" !important;
}

.mg-link-gray:hover {
    opacity: .8;
    text-decoration: none;
}