/*
Theme Name: Otema3
Author: Ericki Chites
Version: 1.0.0
Text Domain: otema
*/

body {
    margin: 0;
    background-color: var(--wp--preset--color--site-background);
    color: var(--wp--preset--color--text-primary);
    font-family: var(--wp--preset--font-family--roboto);
    font-size: var(--wp--preset--font-size--base);
}

a {
    color: var(--wp--preset--color--link);
}

a:link {
    color: var(--wp--preset--color--link)
}

a:hover,
a:focus {
    color: var(--wp--preset--color--link-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--wp--preset--font-family--khand);
    font-style: normal;
    font-weight: 700;
}

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