﻿.mk-nav-link {
    text-decoration: none;
    color: currentColor;
    font-weight: 300;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 20px;
}

.mk-nav-link-no-size {
    text-decoration: none;
    color: currentColor;
    font-weight: 300;
    transition: all 0.2s ease;
    cursor: pointer;
}

.mk-nav-link:hover {
    text-decoration: none;
    color: #ff6a00;
    text-decoration-color: currentColor;
    cursor: pointer;
}

.mk-light {
    color: #fcfaf7;
}

.mk-dark {
    color: #1d100b;
}

.mk-size {
    font-size: clamp(2.5rem, 3rem, 4rem);
}