html { font-size: 13px; } body { font-family: 'Inter', sans-serif; } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/Inter-Regular.woff2?v=3.9") format("woff2"); } @font-face { font-family: 'Inter'; font-style: italic; font-weight: 400; font-display: swap; src: url("fonts/Inter-Italic.woff2?v=3.9") format("woff2"); } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/Inter-Bold.woff2?v=3.9") format("woff2"); } @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url("fonts/MaterialIcons-Regular.woff2") format('woff2') } /* https://google.github.io/material-design-icons/ */ .mdi { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }