@import "../../../variables/fonts.scss";
@import "../../../variables/colors.scss";
@import "../../../variables/spacing.scss";
$font-size-resume-component: 13px;
$font-family-resume-component: $font-family-open-sans;
$text-color-resume-component: $text-color;

.resume-component h6 {
    font-size: $font-size-resume-component;
    font-family: $font-family-resume-component;
    color: $text-color-resume-component;
    font-weight: bold;
    margin-bottom: 4px;
}

.resume-component p {
    font-size: $font-size-resume-component;
    font-family: $font-family-resume-component;
    color: $text-color-resume-component;
    margin-bottom: 2px;
    margin-top: 2px;
}

.resume-component hr {
    margin-top: $margin * 2;
    margin-bottom: $margin * 3;
}