@charset "utf-8";

/* ============================================================
   BAYMEET · FONTS
   ruta: public_html/assets/css/base/fonts.css
============================================================ */

/* ------------------------------------------------------------
   MONTSERRAT · 200
------------------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/montserrat-200.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   MONTSERRAT · 300
------------------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/montserrat-300.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   MONTSERRAT · 500
------------------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/montserrat-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   MONTSERRAT · 600
------------------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/montserrat-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   MONTSERRAT · 700
------------------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/montserrat-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   MONTSERRAT · 800
------------------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/montserrat-800.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   MONTSERRAT · 900
------------------------------------------------------------ */

@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/montserrat-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   LATO · 100
------------------------------------------------------------ */

@font-face {
    font-family: "Lato";
    src: url("../../fonts/lato-100.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   LATO · 300
------------------------------------------------------------ */

@font-face {
    font-family: "Lato";
    src: url("../../fonts/lato-300.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   LATO · 400 (Regular)
------------------------------------------------------------ */

@font-face {
    font-family: "Lato";
    src: url("../../fonts/lato-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   LATO · 700
------------------------------------------------------------ */

@font-face {
    font-family: "Lato";
    src: url("../../fonts/lato-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   LATO · 900
------------------------------------------------------------ */

@font-face {
    font-family: "Lato";
    src: url("../../fonts/lato-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------
   VARIABLES TIPOGRÁFICAS
------------------------------------------------------------ */

:root {
    --font-logo:
        "Montserrat",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    --font-title:
        "Montserrat",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    --font-body:
        "Lato",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}