/* Example Inter font usage */
/* Load Inter variable font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html, body, * {
    font-family: 'Inter', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
}

p {
    text-align: justify;
}