@font-face {
    font-family: "TRJN DaVinci Text";
    src: url("https://db.onlinewebfonts.com/t/413438edc16177b70627d108238ec05f.eot");
    src: url("https://db.onlinewebfonts.com/t/413438edc16177b70627d108238ec05f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/413438edc16177b70627d108238ec05f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/413438edc16177b70627d108238ec05f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/413438edc16177b70627d108238ec05f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/413438edc16177b70627d108238ec05f.svg#TRJN DaVinci Text")format("svg");
}

:root {
    --black: #0D0E0F;
    --darkgray: #323232;
    --gray: #7e7e7e;
    --lightgray: #d8d8d8;
    --white: #FFFFFF;

    --customEase: cubic-bezier(0.61, 0, 0.32, 1);
}