/* French version specific styles - adjusts font and image paths */

@font-face {
    font-family: 'ColaKind';
    src: url('../fonts/colakind/ColaKind.otf') format('opentype'),
         url('../fonts/colakind/ColaKind.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url('../images/background (1).jpg');
}
