/*
Theme Name: KMGM Worship
Theme URI: https://worship.kgmgh.org/
Author: Kweikuma Mensah Global Mission
Description: Standalone canonical theme for KMGM Worship & Participatory Culture.
Version: 1.0.0
Text Domain: kmgm-worship
*/

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #172033;
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    line-height: 1.65;
}

img,
svg,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-underline-offset: 0.16em;
}

button,
input,
select,
textarea {
    font: inherit;
}

main,
.site-main,
.entry-content {
    color: #172033;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
    color: inherit;
}

:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}
