/* FiraGO Font */

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraGO';
    src: url('../fonts/FiraGO/FiraGO-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply FiraGO to the whole website */

body,
body *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class*="icon-"]) {
    font-family: 'FiraGO', sans-serif !important;
}