/*!
  Theme Name: Mone
  Author: Alex Pierierodov
  Version: 1.0.0
  Tested up to: 5.7
  Requires PHP: 7.3
  License: GNU General Public License v2 or later
  License URI: LICENSE
  Text Domain: mone
*/

@import url(https://fonts.googleapis.com/css?family=Archivo+Black:regular);

@font-face {
    font-family: "Mardoto";
    src: url("./assets/fonts/Mardoto-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mardoto";
    src: url("./assets/fonts/Mardoto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mardoto";
    src: url("./assets/fonts/Mardoto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mardoto";
    src: url("./assets/fonts/Mardoto-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}