@import "variables.css";

.link-primary {
    color: var(--primary);
    font-family: Allianz Neo, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
}

.link-primary-small {
    color: var(--primary);
    font-family: Allianz Neo, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
}

.link-primary-with-arrow-before {
    color: var(--primary);
    font-family: Allianz Neo, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
}

.link-primary-with-arrow-before:before {
    display: inline-flex;
    position: relative;
    top: 6px;
    margin-right: 4px;
    content: url('../images/link-primary.svg');
    height: 24px;
    width: 24px;
}

.link-primary-small-with-arrow-before {
    color: var(--primary);
    font-family: Allianz Neo, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
}

.link-primary-small-with-arrow-before:before {
    display: inline-flex;
    position: relative;
    top: 7px;
    margin-right: 4px;
    content: url('../images/link-primary.svg');
    height: 20px;
    width: 20px;
}
