@import "bootstrap-icons.css";
@import "css2.css";

@font-face {
    font-family: helveticaneue;
    src: url(../fonts/helveticaneuebold.ttf) format("truetype")
}

@font-face {
    font-family: helveticaneueregular;
    src: url(../fonts/helveticaneueregular.ttf) format("truetype")
}

:root {
    --text-primary: #2d373c;
    --text-secondary: #454545;
    --text-tertiary: #666666;
    --c-primary: #ff4838;
    --f-primary: "Barlow", sans-serif;
    --f-secondary: "helveticaneue";
    --f-secondary-two: "helveticaneueregular";
    --shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1)
}
  