/* @font-face {
    font-family: 'BoutrosART';
    src: url('./fonts/BoutrosART.otf') format('opentype');
}

body {
    font-family: "BoutrosART" !important;
}

.custom-text {
    font-family: 'BoutrosART', sans-serif;
} */


/* Define the custom fonts */
@font-face {
    font-family: 'Mark';
    src: url('./fonts/Mark-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('./fonts/Mark-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('./fonts/Mark-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Apply to the whole page */
body {
    font-family: 'Mark', sans-serif;
}

p {
    font-weight: 300;
}

/* Light */
strong {
    font-weight: 700;
}

/* Bold */