@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    src: local('Rubik'), url("../../fonts/Rubik.ttf") format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: normal;
    src: local('HelveticaNeue'), url("../../fonts/HelveticaNeue.otf") format('truetype');
}


:root{
    --color-primary-bg: #2f333a;
    --color-primary-text: #737373;
    --border-color: #43474e;
    --color-sec-red: #eb3e32;
    --color-white: #ffffff;
    --color-ofwhite: #bbbbbb;
}

.font-primary{
    font-family: 'Rubik', 'HelveticaNeue', sans-serif ;
}

body{
     font-family: 'Rubik', 'HelveticaNeue', sans-serif ;
}

.py-section{
    padding: 40px 0;
}

