@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Google Sans';
    src: url('font/googlesans/GoogleSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Google Sans', Arial, sans-serif;
}