/*
  Theme Name: Kinsey Child
  Template: kinsey
  Theme URI: https://artemsemkin.com/kinsey/wp/
  Description: This is a child theme of Kinsey, used for codebase customizations
  Author: Artem Semkin
  Author URI: https://artemsemkin.com/
  Version: 1.0.0
*/

p {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 400;
    line-height: var(--paragraph-line-height);
    letter-spacing: calc(var(--paragraph-letter-spacing) * 1px);
    color: var(--paragraph-color-dark);
    font-size: calc(var(--paragraph-min-font-size) * 1px);
}