/* =========================
   MONTSERRAT FONT
========================= */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* =========================
   GLOBAL TYPOGRAPHY
========================= */

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 1.5;
}

/* =========================
   HEADINGS
========================= */

h1 {
    font-weight: 700;
}

h2, h3 {
    font-weight: 600;
}

/* =========================
   LINKS
========================= */

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

/* =========================
   BUTTON BASE
========================= */

button {
    font-family: 'Montserrat', sans-serif;
}

/* =========================
   TABLE TEXT
========================= */

.col-nom {
    font-weight: 500;
}