/**
 * IzziGo Typography Core 0.2.1
 *
 * The @font-face source is injected by PHP so the canonical uploads URL remains
 * correct on installations with a custom WordPress content URL.
 */
:root {
    --izzigo-font-family: "Varela Round", "Noto Sans Georgian", Arial, sans-serif;
    --izzigo-font-family-display: var(--izzigo-font-family);
    --izzigo-font-weight-light: 300;
    --izzigo-font-weight-regular: 400;
    --izzigo-font-weight-medium: 500;
    --izzigo-font-weight-semibold: 600;
    --izzigo-font-weight-bold: 700;
}

.izzigo-typography {
    font-family: var(--izzigo-font-family) !important;
}

.izzigo-typography :where(button, input, select, textarea, option) {
    font-family: inherit;
}
