/*
Theme Name: Baastel
Author: EKWL
Version: 1.0
*/

@import "./declare.css/dist/styles.css";

@font-face {
  font-family: "Proxima Nova Light";
  src: url("./fonts/proxima-nova-light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("./fonts/proxima-nova-bold.otf");
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova Bold";
}
