:root {
    --primary-color: #0153a8;
    --secondary-color: #f5f5f5;
    --third-color: #e5772e;
    
    font-family: 'Inter', sans-serif;
    background-color: var(--secondary-color);
    font-size: 16px;

    background-color: #DFDBE5;
    background-image: url('../static/photos/course.svg');
}

body {
    min-width: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Inter';
    src: url('../static/fonts/Inter.ttf');
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../static/fonts/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }