@font-face{
    font-family: 'galano';
    src:
        url(/fonts/galano-bold.eot);
    src:
        url(/fonts/galano-bold.eot#eifix) format("embedded-opentype"),
        url(/fonts/galano-bold.woff) format("woff"),
        url(/fonts/galano-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'galano';
    src:
        url(/fonts/galano-normal.eot);
    src:
        url(/fonts/galano-normal.eot#eifix) format("embedded-opentype"),
        url(/fonts/galano-normal.woff) format("woff"),
        url(/fonts/galano-normal.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'galano-bold';
    src:
        url(/fonts/galano-bold.eot);
    src:
        url(/fonts/galano-bold.eot#eifix) format("embedded-opentype"),
        url(/fonts/galano-bold.woff) format("woff"),
        url(/fonts/galano-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: bold;
}
html {
    box-sizing: border-box;
    font-size: 16px;
}
body {
    color: #333;
    font: normal normal normal 100%/1.5 'galano', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
    box-sizing: inherit;
    font: inherit;
}

/* REFRAIN FROM ADDING STYLES HERE,
 * WEBAPP CSS is imported within index.html already
 * font related styles are left here to get around CORS issues
*/
