﻿/* Inter font utilities */
.inter-light {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.inter-regular {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.inter-medium {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.inter-semibold {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

/* Cormorant Garamond font utilities */
.cormorant-light {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

.cormorant-regular {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.cormorant-medium {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.cormorant-semibold {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.cormorant-italic {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}
/* Font Size*/
.fs-large{
    font-size: large !important;
}
.fs-sm {
    font-size: small !important;
}

.fs-xs {
    font-size: x-small !important;
}

.fs-xxs {
    font-size: xx-small !important;
}
