/* common.css - Gelasio Font */
@import url('https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600;700&display=swap');

* {
    font-family: 'Gelasio', serif;
}

body, html, section, div, p, h1, h2, h3, span, a, button, input, textarea, select, label, li, ul, ol {
    font-family: 'Gelasio', serif;
}