/* Crimson Pro Regular */
@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 400;
    src: url('CrimsonPro-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Crimson Pro SemiBold */
@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 600;
    src: url('CrimsonPro-SemiBold.ttf') format('truetype');
    font-display: swap;
}