/*
    ICoS Font from: https: //www.babelstone.co.uk/Fonts/Flags.html
    Published under SIL Open Font License 1.1
*/

@font-face {
    font-family: 'BabelStoneFlags';
    src: url('BabelStoneFlags.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.c-flag {
    font-family: 'BabelStoneFlags' !important;
    display: inline-block;
    line-height: 1;
    font-style: normal;
    vertical-align: middle;
    /* This makes the flag scale with text size */
    font-size: 1.5rem;
}
